From 7d12beb1332bf07e17eb8df412cd20dbbbf62c22 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 3 May 2007 20:58:05 +0200 Subject: Add plugin directory configure option Added --with-plugindir configure option to specify the directory for plugin objects. --- maemo/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'maemo') 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) -- cgit