Remove redundant plugindir definition
authorDavid Schleef <ds@schleef.org>
Sun, 10 Aug 2003 00:01:58 +0000 (00:01 +0000)
committerDavid Schleef <ds@schleef.org>
Sun, 10 Aug 2003 00:01:58 +0000 (00:01 +0000)
Original commit message from CVS:
Remove redundant plugindir definition

15 files changed:
examples/gob/Makefile.am
ext/alsa/Makefile.am
ext/cdparanoia/Makefile.am
ext/gnomevfs/Makefile.am
ext/pango/Makefile.am
ext/vorbis/Makefile.am
gst/adder/Makefile.am
gst/audioconvert/Makefile.am
gst/audioscale/Makefile.am
gst/sine/Makefile.am
gst/tcp/Makefile.am
gst/videoscale/Makefile.am
gst/videotestsrc/Makefile.am
gst/volume/Makefile.am
tests/old/examples/gob/Makefile.am

index 4709f0a..7abde4d 100644 (file)
@@ -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
index d8f5e99..47e0311 100644 (file)
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
 
 plugin_LTLIBRARIES = libgstalsa.la
 
index 08de410..8db0f8c 100644 (file)
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
 
 plugin_LTLIBRARIES = libgstcdparanoia.la
 
index aa6e6e9..263f70e 100644 (file)
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
  
 plugin_LTLIBRARIES = libgstgnomevfssrc.la libgstgnomevfssink.la
  
index 5304729..2ec7e4e 100644 (file)
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
 
 #PANGO_CFLAGS = -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2
 #PANGO_LDFLAGS = -Wl,--export-dynamic -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
index 4c91a2e..11e1b53 100644 (file)
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
 
 plugin_LTLIBRARIES = libgstvorbis.la
 
index 5210118..afa47ef 100644 (file)
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
 
 plugin_LTLIBRARIES = libgstadder.la
 
index ce24472..9b83fe1 100644 (file)
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
 
 plugin_LTLIBRARIES = libgstaudioconvert.la
 
index bdc3a19..1a71e10 100644 (file)
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
 
 plugin_LTLIBRARIES = libgstaudioscale.la
 
index 0c9fbbd..84cecea 100644 (file)
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
 
 plugin_LTLIBRARIES = libgstsinesrc.la
 
index 0230cf8..3801134 100644 (file)
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
 
 plugin_LTLIBRARIES = libgsttcp.la
 
index bfee28b..79adf6a 100644 (file)
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
 
 plugin_LTLIBRARIES = libgstvideoscale.la
 
index 5d9f280..a1f04bb 100644 (file)
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
 
 plugin_LTLIBRARIES = libgstvideotestsrc.la
 
index 56ab272..cf8919e 100644 (file)
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
 
 plugin_LTLIBRARIES = libgstvolume.la
 
index 4709f0a..7abde4d 100644 (file)
@@ -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