From ddad5a1576fd2be7ab784192fc1f6ae5115374c3 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 8 Dec 2002 14:50:04 +0000 Subject: [PATCH] parallel install fixes Original commit message from CVS: parallel install fixes --- ext/lame/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/lame/Makefile.am b/ext/lame/Makefile.am index f23d1d3f2f..322ddf32d7 100644 --- a/ext/lame/Makefile.am +++ b/ext/lame/Makefile.am @@ -1,4 +1,4 @@ -plugindir = $(libdir)/gst +plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstlame.la