view src/spectrum/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 c42fa8f89616
children
line wrap: on
line source

PLUGIN = spectrum${PLUGIN_SUFFIX}

SRCS = spectrum.c

include ../../buildsys.mk
include ../../extra.mk

plugindir := ${plugindir}/${VISUALIZATION_PLUGIN_DIR}

CFLAGS += ${PLUGIN_CFLAGS}
CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS}  -I../..
LIBS += ${GTK_LIBS} ${GLIB_LIBS}