Mercurial > audlegacy-plugins
view src/voice_removal/Makefile @ 2184:f2590691d4b7
- Fix locking issues causing spurious error messages (and possibly deadlocks)
author | Ralf Ertzinger <ralf@skytale.net> |
---|---|
date | Thu, 22 Nov 2007 15:52:42 +0100 |
parents | 6d33dffd1382 |
children | c42fa8f89616 |
line wrap: on
line source
PLUGIN = voice_removal${PLUGIN_SUFFIX} SRCS = voice_removal.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}