diff configure.ac @ 40:f15e55bc0e60 trunk

[svn] - fixed some issues for amidiplug compilation after migraton in audacious-plugins (backends were not compiled and amidiplug was uselessly installed twice on make install)
author giacomo
date Tue, 19 Sep 2006 18:26:42 -0700
parents 3643db656a4f
children e27d735eaa21
line wrap: on
line diff
--- a/configure.ac	Tue Sep 19 07:53:54 2006 -0700
+++ b/configure.ac	Tue Sep 19 18:26:42 2006 -0700
@@ -728,7 +728,7 @@
   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}/amidi-plug/backends
+  AMIDIPLUGBACKENDDIR=${libdir}/amidi-plug/audacious
   AC_SUBST(AMIDIPLUGBACKENDDIR)
   if test "x$enable_amidiplug_alsa" = "xauto" -o "x$enable_amidiplug_alsa" = "xyes"; then
     if test "x$alsalib_available" = "xcheck"; then
@@ -771,10 +771,6 @@
   AC_SUBST(AMIDIPLUG_BACKENDS)
 fi
 
-if test "x$enable_amidiplug" = "xyes"; then
-  INPUT_PLUGINS="$INPUT_PLUGINS amidi-plug"
-fi
-
 
 dnl *** TiMidity input plugin (note: should appear somewhere after the amidi-plug check)