Mercurial > audlegacy-plugins
view src/stereo_plugin/Makefile @ 3116:b09c922c9f34
Finish fixing hang-ups; remove confusing and broken "rescan"; handle no-disk more gracefully.
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Sun, 03 May 2009 20:53:48 -0400 |
parents | c42fa8f89616 |
children |
line wrap: on
line source
PLUGIN = stereo${PLUGIN_SUFFIX} SRCS = stereo.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${EFFECT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS}