Mercurial > audlegacy-plugins
view src/null/Makefile @ 1870:2a5ee6ed598d
console: Remove useless #include and related useless DBUS deps from Makefile; Fixed
Makefile to actually build the plugin correctly.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Tue, 25 Sep 2007 18:16:25 +0300 |
| parents | da78a435e90e |
| children | eed7c270e8dd |
line wrap: on
line source
include ../../extra.mk PLUGIN = null${PLUGIN_SUFFIX} plugindir = audacious/${OUTPUT_PLUGIN_DIR} SRCS = null.c include ../../buildsys.mk CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${DBUS_CFLAGS} ${MOWGLI_CFLAGS} -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}
