Mercurial > audlegacy-plugins
diff src/crystalizer/Makefile @ 2518:eef3a506a2b8
Add crystalizer plugin.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Tue, 08 Apr 2008 15:10:31 -0500 |
parents | src/stereo_plugin/Makefile@6d33dffd1382 |
children | c42fa8f89616 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/crystalizer/Makefile Tue Apr 08 15:10:31 2008 -0500 @@ -0,0 +1,12 @@ +PLUGIN = crystalizer${PLUGIN_SUFFIX} + +SRCS = crystalizer.c + +include ../../buildsys.mk +include ../../extra.mk + +plugindir := ${plugindir}/${EFFECT_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}