Mercurial > audlegacy-plugins
annotate src/flacng/Makefile @ 1883:96da96b1bbeb
Even more Makefile fixes.
author | Jonathan Schleifer <js@h3c.de> |
---|---|
date | Wed, 26 Sep 2007 15:02:18 +0200 |
parents | eed7c270e8dd |
children | a56a26a5f233 |
rev | line source |
---|---|
1883 | 1 PLUGIN = flacng${PLUGIN_SUFFIX} |
1882 | 2 SRCS = plugin.c \ |
3 tools.c \ | |
4 seekable_stream_callbacks.c \ | |
5 flac_compat112.c | |
930
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
diff
changeset
|
6 |
1882 | 7 plugindir = audacious/${INPUT_PLUGIN_DIR} |
930
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
diff
changeset
|
8 |
1778 | 9 include ../../buildsys.mk |
1882 | 10 include ../../extra.mk |
930
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
diff
changeset
|
11 |
1882 | 12 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. ${LIBFLAC_CFLAGS} |
13 CFLAGS += ${PLUGIN_CFLAGS} | |
14 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${LIBFLAC_LIBS} |