Mercurial > audlegacy-plugins
view src/blur_scope/Makefile @ 3122:5744479b31f4
Show right-click menu on blank areas of playlist (closes #15)
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Wed, 06 May 2009 08:31:28 -0400 |
parents | c42fa8f89616 |
children |
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} -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS}