From 0e115bc63918feb9973b10fd5066bae101a3113b 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/gob') 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 v1.2.1