diff configure.ac @ 2005:e2904348f154

Converted amidi-plug backends to the new build system.
author Eugene Paskevich <eugene@raptor.kiev.ua>
date Tue, 09 Oct 2007 22:39:32 +0300
parents d7642cf63ae5
children f5fce8790dbf
line wrap: on
line diff
--- a/configure.ac	Tue Oct 09 16:58:35 2007 +0300
+++ b/configure.ac	Tue Oct 09 22:39:32 2007 +0300
@@ -1063,8 +1063,8 @@
   INPUT_PLUGINS="$INPUT_PLUGINS amidi-plug"
   PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.6.0],,)
   PKG_CHECK_MODULES(GMODULE, [gmodule-2.0 >= 2.6.0],,)
-  AMIDIPLUGBACKENDDIR=${libdir}/audacious/amidi-plug
-  AC_SUBST(AMIDIPLUGBACKENDDIR)
+  AMIDIPLUG_BACKEND_DIR=amidi-plug
+  AC_SUBST(AMIDIPLUG_BACKEND_DIR)
   if test "x$enable_amidiplug_alsa" = "xauto" -o "x$enable_amidiplug_alsa" = "xyes"; then
     if test "x$alsalib_available" = "xcheck"; then
       PKG_CHECK_MODULES(ALSA, [alsa >= 1.0],