view src/stereo_plugin/Makefile @ 59:72ad216a01ac trunk

[svn] - tell audacious that playback is starting when we open an alac file - hookup alac to the build
author nenolod
date Sat, 30 Sep 2006 21:19:52 -0700
parents cf1054422f81
children 0c50f248ed10
line wrap: on
line source

include ../../mk/rules.mk
include ../../mk/init.mk

OBJECTIVE_LIBS = libstereo$(SHARED_SUFFIX)

LIBDIR = $(plugindir)/$(EFFECT_PLUGIN_DIR)

LIBADD = $(GTK_LIBS)

SOURCES = stereo.c

CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../..

OBJECTS = ${SOURCES:.c=.o}

include ../../mk/objective.mk