summaryrefslogtreecommitdiffstats
path: root/maemo
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-05-03 20:58:05 +0200
committerTakashi Iwai <tiwai@suse.de>2007-05-03 20:58:05 +0200
commit7d12beb1332bf07e17eb8df412cd20dbbbf62c22 (patch)
tree87bdc42abc63613eb86dce972a96b0f63dcfefbe /maemo
parent29979b264f1c214d55f34e47ee7437e3b9deabc6 (diff)
Add plugin directory configure option
Added --with-plugindir configure option to specify the directory for plugin objects.
Diffstat (limited to 'maemo')
-rw-r--r--maemo/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/maemo/Makefile.am b/maemo/Makefile.am
index 3a7f476..fb59bce 100644
--- a/maemo/Makefile.am
+++ b/maemo/Makefile.am
@@ -1,8 +1,8 @@
asound_module_pcm_alsa_dsp_LTLIBRARIES = libasound_module_pcm_alsa_dsp.la
asound_module_ctl_dsp_ctl_LTLIBRARIES = libasound_module_ctl_dsp_ctl.la
-asound_module_pcm_alsa_dspdir = $(libdir)/alsa-lib
-asound_module_ctl_dsp_ctldir = $(libdir)/alsa-lib
+asound_module_pcm_alsa_dspdir = @ALSA_PLUGIN_DIR@
+asound_module_ctl_dsp_ctldir = @ALSA_PLUGIN_DIR@
AM_CFLAGS = -Wall -fPIC -DPIC -O2 @ALSA_CFLAGS@ $(DBUS_CFLAGS)
AM_LDFLAGS = -shared -lm -ldl -lpthread -module -avoid-version -export-dynamic $(DBUS_LIBS)