diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-08 14:50:09 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-08 14:50:09 +0000 |
commit | 3b540378fb99bd69266bda7da3b64458ec87051c (patch) | |
tree | ecff307fb2024571fff9037aae5fb91e9e40e64f /gst/adder | |
parent | 3bc7e8a9c18789e2df3f3056ed7200342cefb344 (diff) |
parallel install fixes
Original commit message from CVS:
parallel install fixes
Diffstat (limited to 'gst/adder')
-rw-r--r-- | gst/adder/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/adder/Makefile.am b/gst/adder/Makefile.am index 95d792f12..52101182d 100644 --- a/gst/adder/Makefile.am +++ b/gst/adder/Makefile.am @@ -1,4 +1,4 @@ -plugindir = $(libdir)/gst +plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstadder.la |