summaryrefslogtreecommitdiffstats
path: root/ext/ladspa/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-12-08 14:50:09 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-12-08 14:50:09 +0000
commite16c50551bed9fb6ad68965bcf739200429b6bf7 (patch)
tree572909f401bc3a50267a593fe95760e60e57f933 /ext/ladspa/Makefile.am
parent17a38e044e460583939084ad864d5208bd6f2d94 (diff)
parallel install fixes
Original commit message from CVS: parallel install fixes
Diffstat (limited to 'ext/ladspa/Makefile.am')
-rw-r--r--ext/ladspa/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ladspa/Makefile.am b/ext/ladspa/Makefile.am
index 9580eeb3..d393d743 100644
--- a/ext/ladspa/Makefile.am
+++ b/ext/ladspa/Makefile.am
@@ -1,10 +1,10 @@
-plugindir = $(libdir)/gst
+plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstladspa.la
libgstladspa_la_SOURCES = gstladspa.c search.c load.c
libgstladspa_la_CFLAGS = $(GST_CFLAGS)
-libgstladspa_la_LIBADD = $(GST_LIBS) -lgstcontrol
+libgstladspa_la_LIBADD = $(GST_LIBS) $(GST_CONTROL_LIBS)
libgstladspa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstladspa.h utils.h