Mercurial > audlegacy-plugins
view src/ladspa/Makefile @ 2198:32f9f1e4a9ec
removed debugging stuff...
author | Eugene Zagidullin <e.asphyx@gmail.com> |
---|---|
date | Thu, 29 Nov 2007 04:17:51 +0300 |
parents | 6d33dffd1382 |
children | c42fa8f89616 |
line wrap: on
line source
PLUGIN = ladspa${PLUGIN_SUFFIX} SRCS = ladspa.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}