Mercurial > audlegacy-plugins
annotate src/stdio/Makefile @ 1935:c276e2b74646
Backed out changeset 31e9908cf91e
It has been decided that using libmagic is a bad idea due to false positives.
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Mon, 01 Oct 2007 15:34:40 -0500 |
| parents | 31e9908cf91e |
| children | a56a26a5f233 |
| rev | line source |
|---|---|
| 1882 | 1 PLUGIN = stdio${PLUGIN_SUFFIX} |
| 2 SRCS = stdio.c | |
| 306 | 3 |
| 1882 | 4 plugindir = audacious/${TRANSPORT_PLUGIN_DIR} |
| 306 | 5 |
| 1843 | 6 include ../../buildsys.mk |
| 7 include ../../extra.mk | |
| 306 | 8 |
| 1882 | 9 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} -I../../intl -I../.. |
| 10 CFLAGS += ${PLUGIN_CFLAGS} | |
|
1935
c276e2b74646
Backed out changeset 31e9908cf91e
William Pitcock <nenolod@atheme.org>
parents:
1921
diff
changeset
|
11 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${XML_LIBS} |
