Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1921:31e9908cf91e | 1935:c276e2b74646 |
|---|---|
| 6 include ../../buildsys.mk | 6 include ../../buildsys.mk |
| 7 include ../../extra.mk | 7 include ../../extra.mk |
| 8 | 8 |
| 9 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} -I../../intl -I../.. | 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} | 10 CFLAGS += ${PLUGIN_CFLAGS} |
| 11 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${XML_LIBS} -lmagic | 11 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${XML_LIBS} |
