Mercurial > audlegacy-plugins
view src/xspf/Makefile @ 2850:587b3657990d
xiph now updates the streams as well; i am aware of gui crashing when adding xiph streams, but tomorrow is another lovely day
author | Calin Crisan ccrisan@gmail.com |
---|---|
date | Tue, 29 Jul 2008 00:20:31 +0300 |
parents | 134deb25be83 |
children |
line wrap: on
line source
PLUGIN = xspf${PLUGIN_SUFFIX} SRCS = xspf.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${CONTAINER_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${XML_LIBS}