Mercurial > audlegacy-plugins
view src/cue/Makefile @ 2527:74ce4495e533
One would assume that DBUS is not used in the CUE plugin; thus DBUS_CFLAGS
and DBUS_LIBS are removed.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Thu, 17 Apr 2008 05:19:51 +0300 |
parents | c42fa8f89616 |
children | 6abe60a81301 |
line wrap: on
line source
PLUGIN = cuesheet${PLUGIN_SUFFIX} SRCS = cuesheet.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${ARCH_DEFINES} -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${MOWGLI_LIBS}