Mercurial > audlegacy-plugins
diff 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 |
line wrap: on
line diff
--- a/src/stdio/Makefile Sun Sep 30 11:44:20 2007 -0500 +++ b/src/stdio/Makefile Mon Oct 01 15:34:40 2007 -0500 @@ -8,4 +8,4 @@ CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} -I../../intl -I../.. CFLAGS += ${PLUGIN_CFLAGS} -LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${XML_LIBS} -lmagic +LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${XML_LIBS}
