Mercurial > audlegacy-plugins
view src/null/Makefile @ 1791:ea7ec02f2ea2
Automated merge with ssh://hg.atheme-project.org//hg/audacious-plugins
| author | Jonathan Schleifer <js@h3c.de> |
|---|---|
| date | Mon, 24 Sep 2007 19:19:59 +0200 |
| 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}
