Mercurial > audlegacy-plugins
view src/blur_scope/Makefile @ 1960:a76855c7942e
Remove useless ProcessPlugins().
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Tue, 02 Oct 2007 18:42:14 +0300 |
parents | eed7c270e8dd |
children | a56a26a5f233 |
line wrap: on
line source
PLUGIN = blur_scope${PLUGIN_SUFFIX} SRCS = blur_scope.c \ config.c plugindir = audacious/${VISUALIZATION_PLUGIN_DIR} include ../../buildsys.mk include ../../extra.mk CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. CFLAGS += ${PLUGIN_CFLAGS} LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}