[beast: 22/39] DRIVERS: install driver plugins under $(pkglibdir)/drivers



commit 2181cb4bc833231c73fbbd2547c7c4e28a1a46b2
Author: Tim Janik <timj gnu org>
Date:   Sat Sep 12 00:41:07 2015 +0200

    DRIVERS: install driver plugins under $(pkglibdir)/drivers

 configure.ac        |    2 --
 drivers/Makefile.am |    2 +-
 2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3ef613e..c154afc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -442,8 +442,6 @@ AC_DEFUN([AC_BSE_REQUIREMENTS],
       AC_DEFINE(HAVE_SINCOS, 1, [Define if you have the sincos function in <math.h>]))
 
     # --- setup BSE search/install paths ---
-    bsedriverdir=\${libdir}/bse/v$BIN_VERSION/drivers
-    AC_SUBST(bsedriverdir)
     bseladspapath=${libdir}/ladspa
     AC_SUBST(bseladspapath)
     bseunversionedsampledir=\${datadir}/bse/samples
diff --git a/drivers/Makefile.am b/drivers/Makefile.am
index 35aaaf2..d5c8c15 100644
--- a/drivers/Makefile.am
+++ b/drivers/Makefile.am
@@ -6,7 +6,7 @@ DEFS        += @DEFINE__FILE_DIR__@ $(strip -DG_LOG_DOMAIN=\"BSE-ALSA\")
 AM_CXXFLAGS += $(BSE_CFLAGS) $(RAPICORN_CFLAGS) -DRAPICORN_CONVENIENCE
 
 # Plugin bsedevice-alsa
-driversdir          = $(bsedriverdir)
+driversdir          = $(pkglibdir)/drivers
 drivers_LTLIBRARIES = bsepcmdevice-alsa.la bsemididevice-alsa.la
 drivers_ldflags     = -avoid-version
 drivers_libs        = $(top_builddir)/bse/libbse.la $(BSE_LIBS) $(SFI_LIBS) $(RAPICORN_LIBS)


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