From a8f047f68926b879bc1b874b5e4b5c5803269878 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 1 Apr 2011 13:53:28 -0700 Subject: [PATCH] Remove setting of plugindir from Makefiles --- ext/dc1394/Makefile.am | 1 - ext/directfb/Makefile.am | 1 - gst/hls/Makefile.am | 1 - 3 files changed, 3 deletions(-) diff --git a/ext/dc1394/Makefile.am b/ext/dc1394/Makefile.am index 8f823523ff..6b09532774 100644 --- a/ext/dc1394/Makefile.am +++ b/ext/dc1394/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstdc1394.la diff --git a/ext/directfb/Makefile.am b/ext/directfb/Makefile.am index de93f5cf63..05e79ac15b 100644 --- a/ext/directfb/Makefile.am +++ b/ext/directfb/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstdfbvideosink.la diff --git a/gst/hls/Makefile.am b/gst/hls/Makefile.am index 5587ffc4a2..77638cb58a 100644 --- a/gst/hls/Makefile.am +++ b/gst/hls/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(GST_PLUGINS_DIR) plugin_LTLIBRARIES = libgstfragmented.la