Mercurial > audlegacy-plugins
annotate src/blur_scope/Makefile @ 1862:d9d4b258fbf1
Millions of Makefile fixes. More to follow.
author | Jonathan Schleifer <js@h3c.de> |
---|---|
date | Mon, 24 Sep 2007 23:03:25 +0200 |
parents | 07c11537a0e8 |
children | eed7c270e8dd |
rev | line source |
---|---|
1828 | 1 PLUGIN = blur_scope${PLUGIN_SUFFIX} |
2 SRCS = blur_scope.c config.c | |
17 | 3 |
1828 | 4 plugindir = audacious/${VISUALIZATION_PLUGIN_DIR} |
17 | 5 |
1828 | 6 include ../../buildsys.mk |
7 include ../../extra.mk | |
17 | 8 |
1828 | 9 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. |
10 CFLAGS += ${PLUGIN_CFLAGS} | |
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1828
diff
changeset
|
11 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |