Mercurial > audlegacy-plugins
annotate src/blur_scope/Makefile @ 1919:266f1bf0d5fc
Add support for projectM-1.0, soon to be released
author | Kieran Clancy <clancy.kieran+audacious@gmail.com> |
---|---|
date | Sun, 30 Sep 2007 13:41:16 +0930 |
parents | eed7c270e8dd |
children | a56a26a5f233 |
rev | line source |
---|---|
1828 | 1 PLUGIN = blur_scope${PLUGIN_SUFFIX} |
1882 | 2 SRCS = blur_scope.c \ |
3 config.c | |
17 | 4 |
1828 | 5 plugindir = audacious/${VISUALIZATION_PLUGIN_DIR} |
17 | 6 |
1828 | 7 include ../../buildsys.mk |
8 include ../../extra.mk | |
17 | 9 |
1828 | 10 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. |
11 CFLAGS += ${PLUGIN_CFLAGS} | |
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1828
diff
changeset
|
12 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |