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 | 0228717f04a600a7b2d4722c106a6d29fc4c2379 (patch) | |
tree | 250fad6d055e4100e64e7fa473e474ef23120789 /gst/sine | |
parent | 29b1807eff823993df8de87835bcbc6db2409cf3 (diff) |
Remove redundant plugindir definition
Original commit message from CVS:
Remove redundant plugindir definition
Diffstat (limited to 'gst/sine')
-rw-r--r-- | gst/sine/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/sine/Makefile.am b/gst/sine/Makefile.am index 0c9fbbd70..84cecea4a 100644 --- a/gst/sine/Makefile.am +++ b/gst/sine/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstsinesrc.la |