From a809c318db643a9acf2ca7153d2a6b953408dc12 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 29 Jul 2003 00:00:17 +0000 Subject: Fix installing in wrong dir Original commit message from CVS: Fix installing in wrong dir --- ext/cdaudio/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/cdaudio') diff --git a/ext/cdaudio/Makefile.am b/ext/cdaudio/Makefile.am index bbd758d7..5a6e4f53 100644 --- a/ext/cdaudio/Makefile.am +++ b/ext/cdaudio/Makefile.am @@ -1,4 +1,4 @@ -plugindir = $(libdir)/gst +plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstcdaudio.la -- cgit v1.2.1