diff options
author | David Schleef <ds@schleef.org> | 2003-08-10 00:03:39 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-08-10 00:03:39 +0000 |
commit | dc4d0baf7d14c83756e04e7fb6d9e3e994639bb1 (patch) | |
tree | 5291ae7d7614d1356f33b9afb569110a832496e2 /sys/vcd/Makefile.am | |
parent | 7db2e8baa07f5e61112b9616ff58b9ac5d813ed1 (diff) | |
download | gst-plugins-bad-dc4d0baf7d14c83756e04e7fb6d9e3e994639bb1.tar.gz gst-plugins-bad-dc4d0baf7d14c83756e04e7fb6d9e3e994639bb1.tar.bz2 gst-plugins-bad-dc4d0baf7d14c83756e04e7fb6d9e3e994639bb1.zip |
Remove redundant definition of plugindir
Original commit message from CVS:
Remove redundant definition of plugindir
Diffstat (limited to 'sys/vcd/Makefile.am')
-rw-r--r-- | sys/vcd/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vcd/Makefile.am b/sys/vcd/Makefile.am index 7770804c..8ad6b847 100644 --- a/sys/vcd/Makefile.am +++ b/sys/vcd/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstvcdsrc.la |