From: David Schleef Date: Sun, 10 Aug 2003 00:03:39 +0000 (+0000) Subject: Remove redundant definition of plugindir X-Git-Tag: BRANCH-ERROR-ROOT~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0fbf4221a6cfec93cd7b24cbbb1e9ef3d2512aab;p=platform%2Fupstream%2Fgst-plugins-good.git Remove redundant definition of plugindir Original commit message from CVS: Remove redundant definition of plugindir --- diff --git a/sys/oss/Makefile.am b/sys/oss/Makefile.am index de37081..37b0f8f 100644 --- a/sys/oss/Makefile.am +++ b/sys/oss/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstossaudio.la diff --git a/sys/v4l2/Makefile.am b/sys/v4l2/Makefile.am index 84da9a9..8c8f154 100644 --- a/sys/v4l2/Makefile.am +++ b/sys/v4l2/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = \ libgstv4l2element.la \