Mercurial > audlegacy-plugins
view src/cue/Makefile @ 2142:76a19617d685
bugfixed the way shoutcast is formatted ;p
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 28 Oct 2007 14:28:13 -0500 |
parents | ce4beb166e92 |
children | c4b97a9c1f6b |
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} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} -I../../intl -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${DBUS_LIB} ${MOWGLI_LIBS}