From 708cf898e85bb1742870f6b3cabcc74b28f01c5f Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 8 Dec 2002 14:50:10 +0000 Subject: parallel install fixes Original commit message from CVS: parallel install fixes --- sys/cdrom/Makefile.am | 2 +- sys/dxr3/Makefile.am | 2 +- sys/qcam/Makefile.am | 2 +- sys/v4l2/Makefile.am | 2 +- sys/vcd/Makefile.am | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sys') diff --git a/sys/cdrom/Makefile.am b/sys/cdrom/Makefile.am index c3d0600d..e5a98a60 100644 --- a/sys/cdrom/Makefile.am +++ b/sys/cdrom/Makefile.am @@ -1,4 +1,4 @@ -plugindir = $(libdir)/gst +plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstcdplayer.la diff --git a/sys/dxr3/Makefile.am b/sys/dxr3/Makefile.am index 3edc8384..05e969a4 100644 --- a/sys/dxr3/Makefile.am +++ b/sys/dxr3/Makefile.am @@ -1,4 +1,4 @@ -plugindir = $(libdir)/gst +plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstdxr3.la diff --git a/sys/qcam/Makefile.am b/sys/qcam/Makefile.am index 7333c2fc..75c99991 100644 --- a/sys/qcam/Makefile.am +++ b/sys/qcam/Makefile.am @@ -1,4 +1,4 @@ -plugindir = $(libdir)/gst +plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstqcam.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 \ diff --git a/sys/vcd/Makefile.am b/sys/vcd/Makefile.am index 24b04214..7770804c 100644 --- a/sys/vcd/Makefile.am +++ b/sys/vcd/Makefile.am @@ -1,4 +1,4 @@ -plugindir = $(libdir)/gst +plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstvcdsrc.la -- cgit v1.2.1