Mercurial > audlegacy-plugins
view src/m3u/Makefile @ 2949:0f0227b29f43
Only enable bluetooth if we have alsa.
author | Jonathan Schleifer <js-audacious@webkeks.org> |
---|---|
date | Sat, 04 Oct 2008 19:54:04 +0200 |
parents | 134deb25be83 |
children |
line wrap: on
line source
PLUGIN = m3u${PLUGIN_SUFFIX} SRCS = m3u.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../.. -Wall LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${XML_LIBS}