diff options
author | David Schleef <ds@schleef.org> | 2003-08-10 00:01:58 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-08-10 00:01:58 +0000 |
commit | 7db2e8baa07f5e61112b9616ff58b9ac5d813ed1 (patch) | |
tree | 1dbd8ea1727a0600e9d5395e6b271c07ca3d2294 /ext/smoothwave | |
parent | 101d0c2750f344522b3f414cf596b55260444490 (diff) | |
download | gst-plugins-bad-7db2e8baa07f5e61112b9616ff58b9ac5d813ed1.tar.gz gst-plugins-bad-7db2e8baa07f5e61112b9616ff58b9ac5d813ed1.tar.bz2 gst-plugins-bad-7db2e8baa07f5e61112b9616ff58b9ac5d813ed1.zip |
Remove redundant plugindir definition
Original commit message from CVS:
Remove redundant plugindir definition
Diffstat (limited to 'ext/smoothwave')
-rw-r--r-- | ext/smoothwave/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/smoothwave/Makefile.am b/ext/smoothwave/Makefile.am index e70825e3..6dd55d9c 100644 --- a/ext/smoothwave/Makefile.am +++ b/ext/smoothwave/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstsmoothwave.la |