Mercurial > audlegacy-plugins
view src/spectrum/Makefile @ 2161:e6522a66278a
applied a patch from chrome|debian, fixes bug#56
author | Cristi Magherusan <majeru@atheme-project.org> |
---|---|
date | Sat, 10 Nov 2007 21:26:55 +0200 |
parents | 6d33dffd1382 |
children | c42fa8f89616 |
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} ${PANGO_CFLAGS} -I../../intl -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}