[beast: 24/39] LIBRARY: effects: install effect files under $(pkgdatadir)/effects



commit d925fd136c887a2b691b3a1ac73b3d9c77207012
Author: Tim Janik <timj gnu org>
Date:   Sat Sep 12 00:44:53 2015 +0200

    LIBRARY: effects: install effect files under $(pkgdatadir)/effects

 configure.ac                |    2 --
 library/effects/Makefile.am |    2 +-
 2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 31bae9f..40cd9a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -443,8 +443,6 @@ AC_DEFUN([AC_BSE_REQUIREMENTS],
 
     # --- setup BSE search/install paths ---
     bsedatadir=\${datadir}/bse/v$BIN_VERSION
-    bseeffectdir=$bsedatadir/effects
-    AC_SUBST(bseeffectdir)
     bseinstrumentdir=$bsedatadir/instruments
     AC_SUBST(bseinstrumentdir)
     bsesampledir=$bsedatadir/samples
diff --git a/library/effects/Makefile.am b/library/effects/Makefile.am
index 3914aa0..21ad4f3 100644
--- a/library/effects/Makefile.am
+++ b/library/effects/Makefile.am
@@ -8,6 +8,6 @@ effects_DATA = $(strip                  \
        bqs-reverb.bse                  \
        bqs-saturation-and-reverb.bse   \
 )
-effectsdir = $(bseeffectdir)
+effectsdir = $(pkgdatadir)/effects
 
 EXTRA_DIST += $(effects_DATA)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]