From e16c50551bed9fb6ad68965bcf739200429b6bf7 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 8 Dec 2002 14:50:09 +0000 Subject: parallel install fixes Original commit message from CVS: parallel install fixes --- sys/oss/Makefile.am | 2 +- sys/v4l2/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') 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 \ -- cgit