Mercurial > audlegacy-plugins
view src/null/Makefile @ 2068:c8ba6764985d
use audacious DRCT API here.
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sun, 14 Oct 2007 19:22:54 -0500 |
| parents | 6d33dffd1382 |
| children | c42fa8f89616 |
line wrap: on
line source
PLUGIN = null${PLUGIN_SUFFIX} SRCS = null.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${DBUS_CFLAGS} ${MOWGLI_CFLAGS} -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}
