Mercurial > audlegacy-plugins
view src/stdio/Makefile @ 1922:e4eb5b8fd2be
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sun, 30 Sep 2007 11:44:28 -0500 |
| parents | 31e9908cf91e |
| children | c276e2b74646 |
line wrap: on
line source
PLUGIN = stdio${PLUGIN_SUFFIX} SRCS = stdio.c plugindir = audacious/${TRANSPORT_PLUGIN_DIR} include ../../buildsys.mk include ../../extra.mk 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
