From 141645bc32a96f43360c3144f79cb9afeb5235b3 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sun, 10 Aug 2003 00:01:58 +0000 Subject: [PATCH] Remove redundant plugindir definition Original commit message from CVS: Remove redundant plugindir definition --- examples/gob/Makefile.am | 2 -- ext/a52dec/Makefile.am | 1 - ext/dvdnav/Makefile.am | 1 - ext/dvdread/Makefile.am | 1 - ext/lame/Makefile.am | 1 - ext/mad/Makefile.am | 1 - ext/mpeg2dec/Makefile.am | 1 - ext/sidplay/Makefile.am | 1 - gst/ac3parse/Makefile.am | 1 - gst/asfdemux/Makefile.am | 1 - gst/mpegaudioparse/Makefile.am | 1 - gst/mpegstream/Makefile.am | 1 - gst/realmedia/Makefile.am | 1 - gst/synaesthesia/Makefile.am | 1 - 14 files changed, 15 deletions(-) diff --git a/examples/gob/Makefile.am b/examples/gob/Makefile.am index 4709f0a9c3..7abde4dc67 100644 --- a/examples/gob/Makefile.am +++ b/examples/gob/Makefile.am @@ -1,6 +1,4 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ - plugin_LTLIBRARIES = libgstidentity2.la GOB_FILES_ID = gst-identity2.c gst-identity2.h gst-identity2-private.h diff --git a/ext/a52dec/Makefile.am b/ext/a52dec/Makefile.am index e59ba2d29d..91ef80dc63 100644 --- a/ext/a52dec/Makefile.am +++ b/ext/a52dec/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgsta52dec.la diff --git a/ext/dvdnav/Makefile.am b/ext/dvdnav/Makefile.am index b6a85860f1..6f94c95a3f 100644 --- a/ext/dvdnav/Makefile.am +++ b/ext/dvdnav/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstdvdnavsrc.la diff --git a/ext/dvdread/Makefile.am b/ext/dvdread/Makefile.am index 78efe28f71..de0b926db1 100644 --- a/ext/dvdread/Makefile.am +++ b/ext/dvdread/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstdvdreadsrc.la diff --git a/ext/lame/Makefile.am b/ext/lame/Makefile.am index 322ddf32d7..aa48cfb9f7 100644 --- a/ext/lame/Makefile.am +++ b/ext/lame/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstlame.la diff --git a/ext/mad/Makefile.am b/ext/mad/Makefile.am index 729ae960c3..515fd1d64f 100644 --- a/ext/mad/Makefile.am +++ b/ext/mad/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstmad.la diff --git a/ext/mpeg2dec/Makefile.am b/ext/mpeg2dec/Makefile.am index 533b56a829..a4da571208 100644 --- a/ext/mpeg2dec/Makefile.am +++ b/ext/mpeg2dec/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstmpeg2dec.la diff --git a/ext/sidplay/Makefile.am b/ext/sidplay/Makefile.am index 55420fef91..07b29c1ce6 100644 --- a/ext/sidplay/Makefile.am +++ b/ext/sidplay/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstsid.la diff --git a/gst/ac3parse/Makefile.am b/gst/ac3parse/Makefile.am index 06d1592fce..84148ca727 100644 --- a/gst/ac3parse/Makefile.am +++ b/gst/ac3parse/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstac3parse.la diff --git a/gst/asfdemux/Makefile.am b/gst/asfdemux/Makefile.am index a29241f79c..fddf550025 100644 --- a/gst/asfdemux/Makefile.am +++ b/gst/asfdemux/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstasfdemux.la diff --git a/gst/mpegaudioparse/Makefile.am b/gst/mpegaudioparse/Makefile.am index 8b81fcc412..ece03b8531 100644 --- a/gst/mpegaudioparse/Makefile.am +++ b/gst/mpegaudioparse/Makefile.am @@ -1,6 +1,5 @@ #FIXME clean me up a bit -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstmpegaudioparse.la libgstmp3types.la libgstmpegaudioparse_la_SOURCES = gstmpegaudioparse.c diff --git a/gst/mpegstream/Makefile.am b/gst/mpegstream/Makefile.am index f3e0394930..98ebb2fad3 100644 --- a/gst/mpegstream/Makefile.am +++ b/gst/mpegstream/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstmpegstream.la diff --git a/gst/realmedia/Makefile.am b/gst/realmedia/Makefile.am index b8e9368104..f4186a5a8c 100644 --- a/gst/realmedia/Makefile.am +++ b/gst/realmedia/Makefile.am @@ -1,4 +1,3 @@ -plugindir= $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstrmdemux.la diff --git a/gst/synaesthesia/Makefile.am b/gst/synaesthesia/Makefile.am index 4786204dc8..ae2bb4e90c 100644 --- a/gst/synaesthesia/Makefile.am +++ b/gst/synaesthesia/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstsynaesthesia.la