Mercurial > audlegacy-plugins
annotate src/blur_scope/Makefile @ 1978:fa9f85cebade
s/vfs_/aud_vfs_/g
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sun, 07 Oct 2007 00:25:33 -0500 |
| 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} |
