Mercurial > audlegacy-plugins
diff src/filewriter/Makefile @ 2006:a56a26a5f233
Revised the plugindir logic.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Wed, 10 Oct 2007 01:40:13 +0300 |
parents | 96da96b1bbeb |
children | 1ad002ce1bd0 |
line wrap: on
line diff
--- a/src/filewriter/Makefile Tue Oct 09 22:39:32 2007 +0300 +++ b/src/filewriter/Makefile Wed Oct 10 01:40:13 2007 +0300 @@ -5,11 +5,11 @@ vorbis.c \ flac.c -plugindir = audacious/${OUTPUT_PLUGIN_DIR} - include ../../buildsys.mk include ../../extra.mk +plugindir := $(plugindir)/${OUTPUT_PLUGIN_DIR} + CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GLIB_CFLAGS} ${GTK_CFLAGS} ${PANGO_CFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} -I../../intl -I../.. CFLAGS += ${PLUGIN_CFLAGS} LIBS += ${GTK_LIBS} ${FILEWRITER_LIBS}