fix installing into wrong dir
authorDavid Schleef <ds@schleef.org>
Tue, 29 Jul 2003 00:01:30 +0000 (00:01 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 29 Jul 2003 00:01:30 +0000 (00:01 +0000)
Original commit message from CVS:
fix installing into wrong dir

examples/gob/Makefile.am
tests/old/examples/gob/Makefile.am

index 3b57967..4709f0a 100644 (file)
@@ -1,5 +1,5 @@
 
-plugindir = $(libdir)/gst
+plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
 
 plugin_LTLIBRARIES = libgstidentity2.la
 
index 3b57967..4709f0a 100644 (file)
@@ -1,5 +1,5 @@
 
-plugindir = $(libdir)/gst
+plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
 
 plugin_LTLIBRARIES = libgstidentity2.la