Mercurial > audlegacy-plugins
view src/cue/Makefile @ 2773:624e5ed793a5
added basic libshout functionality; fixed ice_close to close connection after timeout only
author | Andrew O. Shadoura <bugzilla@tut.by> |
---|---|
date | Tue, 10 Jun 2008 21:14:28 +0300 |
parents | 9dec1bf7edde |
children | c42fa8f89616 |
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}