From 12513a95375677be08f34967ff6060a1b49c7656 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 1 Apr 2011 13:55:26 -0700 Subject: [PATCH] Remove setting of plugindir from Makefiles --- gst/encoding/Makefile.am | 2 -- gst/playback/Makefile.am | 2 -- 2 files changed, 4 deletions(-) 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 = \ -- 2.7.4