From: David Schleef Date: Fri, 1 Apr 2011 20:55:26 +0000 (-0700) Subject: Remove setting of plugindir from Makefiles X-Git-Tag: 1.19.3~511^2~6555^2~1022 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12513a95375677be08f34967ff6060a1b49c7656;p=platform%2Fupstream%2Fgstreamer.git Remove setting of plugindir from Makefiles --- diff --git a/gst/encoding/Makefile.am b/gst/encoding/Makefile.am index 0e287fa..2bd7cdd 100644 --- a/gst/encoding/Makefile.am +++ b/gst/encoding/Makefile.am @@ -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 = \ diff --git a/gst/playback/Makefile.am b/gst/playback/Makefile.am index 6e7130e..b78e2e2 100644 --- a/gst/playback/Makefile.am +++ b/gst/playback/Makefile.am @@ -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 = \