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