From 190850342b762f0e7b25c1c4c3e84a92da70efd5 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 29 Jul 2003 00:01:30 +0000 Subject: [PATCH] fix installing into wrong dir Original commit message from CVS: fix installing into wrong dir --- examples/gob/Makefile.am | 2 +- tests/old/examples/gob/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/gob/Makefile.am b/examples/gob/Makefile.am index 3b57967f5f..4709f0a9c3 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 diff --git a/tests/old/examples/gob/Makefile.am b/tests/old/examples/gob/Makefile.am index 3b57967f5f..4709f0a9c3 100644 --- a/tests/old/examples/gob/Makefile.am +++ b/tests/old/examples/gob/Makefile.am @@ -1,5 +1,5 @@ -plugindir = $(libdir)/gst +plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstidentity2.la