Fix installing plugin in wrong dir
authorJan Schmidt <thaytan@mad.scientist.com>
Tue, 29 Jul 2003 00:12:30 +0000 (00:12 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Tue, 29 Jul 2003 00:12:30 +0000 (00:12 +0000)
Original commit message from CVS:
Fix installing plugin in wrong dir

examples/plugins/Makefile.am
tests/old/examples/plugins/Makefile.am

index 94e51fe..0d04b56 100644 (file)
@@ -1,5 +1,5 @@
 ## we need to specify the plugindir if we want libtool to build .so files ...
-plugindir=$(libdir)/gst
+plugindir=$(libdir)/gstreamer-@GST_MAJORMINOR@
 
 plugin_LTLIBRARIES = libgstexample.la 
 
index 94e51fe..0d04b56 100644 (file)
@@ -1,5 +1,5 @@
 ## we need to specify the plugindir if we want libtool to build .so files ...
-plugindir=$(libdir)/gst
+plugindir=$(libdir)/gstreamer-@GST_MAJORMINOR@
 
 plugin_LTLIBRARIES = libgstexample.la