From 16abb503843963533a8273cccc3019d95fccd70c Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 28 Jul 2003 23:59:40 +0000 Subject: Fix installing plugin in wrong dir Original commit message from CVS: Fix installing plugin in wrong dir --- ext/speex/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/speex/Makefile.am b/ext/speex/Makefile.am index 86d4c08e..9822164d 100644 --- a/ext/speex/Makefile.am +++ b/ext/speex/Makefile.am @@ -1,4 +1,4 @@ -plugindir = $(libdir)/gst +plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstspeex.la -- cgit