Remove setting of plugindir from Makefiles
authorDavid Schleef <ds@schleef.org>
Fri, 1 Apr 2011 20:55:26 +0000 (13:55 -0700)
committerDavid Schleef <ds@schleef.org>
Fri, 1 Apr 2011 20:55:56 +0000 (13:55 -0700)
gst/encoding/Makefile.am
gst/playback/Makefile.am

index 0e287fa..2bd7cdd 100644 (file)
@@ -6,8 +6,6 @@ glib_gen_basename = gstencode
 built_sources = gstencode-marshal.c
 built_headers = gstencode-marshal.h
 
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
-
 plugin_LTLIBRARIES = libgstencodebin.la
 
 libgstencodebin_la_SOURCES =   \
index 6e7130e..b78e2e2 100644 (file)
@@ -6,8 +6,6 @@ glib_gen_basename = gstplay
 built_sources = gstplay-marshal.c
 built_headers = gstplay-marshal.h
 
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
-
 plugin_LTLIBRARIES = libgstplaybin.la libgstdecodebin.la libgstdecodebin2.la
 
 libgstplaybin_la_SOURCES = \