Mercurial > audlegacy-plugins
view src/xspf/Makefile @ 3141:1deef2e9bd31
NEON_DEBUG is no longer needed.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 08 May 2009 15:02:50 -0500 |
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}