blob: 011ea9882090622be0645b6a38bed5084dac534b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: swh-plugins-0.4.15/Makefile.am
===================================================================
--- swh-plugins-0.4.15.orig/Makefile.am
+++ swh-plugins-0.4.15/Makefile.am
@@ -39,7 +39,7 @@ SUBDIRS = m4 po util gsm gverb metadata
EXTRA_DIST = @top_srcdir@/*.xml @top_srcdir@/*.c @top_srcdir@/*.h \
@top_srcdir@/*.dtd @top_srcdir@/*.pl @top_srcdir@/*.css \
@top_srcdir@/impulses/*.h autogen.sh bozosoity-checker.pl
-plugindir = @prefix@/lib/ladspa
+plugindir = $(libdir)/ladspa
# Uncomment below for Darwin support. Or add a conditional for this.
#AM_CFLAGS = -fno-common -flat_namespace -bundle -undefined suppress -lbundle1.o
|