diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-04-22 12:29:37 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-04-22 12:29:37 +0000 |
commit | 7caa577679262b4de39ea663e20e825d9d7d443b (patch) | |
tree | 74dbb53cd06adbb91dce3e3d927a23b7efe0cc64 /gst-plugin | |
parent | c9b9c5382e0d438408240eb30583362d7705eb09 (diff) |
cleanup
Original commit message from CVS:
cleanup
Diffstat (limited to 'gst-plugin')
-rw-r--r-- | gst-plugin/src/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gst-plugin/src/Makefile.am b/gst-plugin/src/Makefile.am index 9436f53..4cbf2a9 100644 --- a/gst-plugin/src/Makefile.am +++ b/gst-plugin/src/Makefile.am @@ -1,5 +1,4 @@ -# location where plug-in will be installed -plugindir= $(libdir)/gstreamer-@GST_MAJORMINOR@ +# plugindir is set in configure # change libgstplugin.la to something more suitable plugin_LTLIBRARIES = libgstplugin.la |