Mercurial > audlegacy-plugins
view src/sun/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 sunsources = sun.c \ audio.c \ convert.c \ mixer.c \ configure.c \ about.c LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) OBJECTIVE_LIBS = libsun$(SHARED_SUFFIX) CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. LIBADD = $(GTK_LIBS) SOURCES= $(sunsources) OBJECTS= ${SOURCES:.c=.o} include ../../mk/objective.mk
