Mercurial > audlegacy-plugins
diff src/amidi-plug/Makefile @ 2019:bf63252fb1fb
Pushed down the amidi-plug dir into the Input dir.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Thu, 11 Oct 2007 18:11:28 +0300 |
parents | 03a2bb1c521e |
children | c42fa8f89616 |
line wrap: on
line diff
--- a/src/amidi-plug/Makefile Thu Oct 11 17:46:49 2007 +0300 +++ b/src/amidi-plug/Makefile Thu Oct 11 18:11:28 2007 +0300 @@ -17,9 +17,9 @@ include ../../buildsys.mk include ../../extra.mk +plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} + CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${GMODULE_CFLAGS} ${MOWGLI_CFLAGS} \ -DAMIDIPLUGBACKENDDIR=\"${plugindir}/${AMIDIPLUG_BACKEND_DIR}\" -I../../intl -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${GMODULE_LIBS} -lpthread ./pcfg/libpcfg.a - -plugindir := ${plugindir}/${INPUT_PLUGIN_DIR}