summaryrefslogtreecommitdiffstats
path: root/sys
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 /sys
parent17a38e044e460583939084ad864d5208bd6f2d94 (diff)
parallel install fixes
Original commit message from CVS: parallel install fixes
Diffstat (limited to 'sys')
-rw-r--r--sys/oss/Makefile.am2
-rw-r--r--sys/v4l2/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/oss/Makefile.am b/sys/oss/Makefile.am
index 5275c39e..be0a9aba 100644
--- a/sys/oss/Makefile.am
+++ b/sys/oss/Makefile.am
@@ -1,4 +1,4 @@
-plugindir = $(libdir)/gst
+plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstossaudio.la
diff --git a/sys/v4l2/Makefile.am b/sys/v4l2/Makefile.am
index 18fe742a..976e7305 100644
--- a/sys/v4l2/Makefile.am
+++ b/sys/v4l2/Makefile.am
@@ -1,4 +1,4 @@
-plugindir = $(libdir)/gst
+plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = \
libgstv4l2element.la \