diff src/amidi-plug/backend-alsa/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 ce4beb166e92
line wrap: on
line diff
--- a/src/amidi-plug/backend-alsa/Makefile	Thu Oct 11 17:46:49 2007 +0300
+++ b/src/amidi-plug/backend-alsa/Makefile	Thu Oct 11 18:11:28 2007 +0300
@@ -5,7 +5,7 @@
 include ../../../buildsys.mk
 include ../../../extra.mk
 
-plugindir := ${plugindir}/${AMIDIPLUG_BACKEND_DIR}
+plugindir := ${plugindir}/${INPUT_PLUGIN_DIR}/${AMIDIPLUG_BACKEND_DIR}
 
 CFLAGS += ${PLUGIN_CFLAGS} ${ALSA_CFLAGS}
 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${ALSA_CFLAGS} ${GLIB_CFLAGS} -I../../..