Mercurial > audlegacy-plugins
view src/null/Makefile @ 1834:9082ea1df2b9
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 24 Sep 2007 13:57:38 -0500 |
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}