From 0fbf4221a6cfec93cd7b24cbbb1e9ef3d2512aab Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sun, 10 Aug 2003 00:03:39 +0000 Subject: [PATCH] Remove redundant definition of plugindir Original commit message from CVS: Remove redundant definition of plugindir --- sys/oss/Makefile.am | 1 - sys/v4l2/Makefile.am | 1 - 2 files changed, 2 deletions(-) diff --git a/sys/oss/Makefile.am b/sys/oss/Makefile.am index de37081..37b0f8f 100644 --- a/sys/oss/Makefile.am +++ b/sys/oss/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstossaudio.la diff --git a/sys/v4l2/Makefile.am b/sys/v4l2/Makefile.am index 84da9a9..8c8f154 100644 --- a/sys/v4l2/Makefile.am +++ b/sys/v4l2/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = \ libgstv4l2element.la \ -- 2.7.4