From 066b70c789d3178750f2d3e3e4f64f21b4cfce95 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 29 Jul 2003 00:01:30 +0000 Subject: fix installing into wrong dir Original commit message from CVS: fix installing into wrong dir --- examples/gob/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/gob/Makefile.am b/examples/gob/Makefile.am index 3b57967f..4709f0a9 100644 --- a/examples/gob/Makefile.am +++ b/examples/gob/Makefile.am @@ -1,5 +1,5 @@ -plugindir = $(libdir)/gst +plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstidentity2.la -- cgit