Mercurial > audlegacy-plugins
view src/blur_scope/Makefile @ 2427:e041adc026a8
Status Icon can now be changed, patch provided by Matteo (Bugzilla #182)
author | Cristi Magherusan <majeru@atheme.org> |
---|---|
date | Mon, 25 Feb 2008 15:15:46 +0200 (2008-02-25) |
parents | 6d33dffd1382 |
children | c42fa8f89616 |
line wrap: on
line source
PLUGIN = blur_scope${PLUGIN_SUFFIX} SRCS = blur_scope.c \ config.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}