summaryrefslogtreecommitdiffstats
path: root/a52
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 /a52
parent29979b264f1c214d55f34e47ee7437e3b9deabc6 (diff)
Add plugin directory configure option
Added --with-plugindir configure option to specify the directory for plugin objects.
Diffstat (limited to 'a52')
-rw-r--r--a52/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/a52/Makefile.am b/a52/Makefile.am
index 4021496..ea0078f 100644
--- a/a52/Makefile.am
+++ b/a52/Makefile.am
@@ -1,6 +1,6 @@
asound_module_pcm_a52_LTLIBRARIES = libasound_module_pcm_a52.la
-asound_module_pcm_a52dir = $(libdir)/alsa-lib
+asound_module_pcm_a52dir = @ALSA_PLUGIN_DIR@
AM_CFLAGS = -Wall -g @ALSA_CFLAGS@ @AVCODEC_CFLAGS@
AM_LDFLAGS = -module -avoid-version -export-dynamic