From 8782f54d7d0d3644dce91ed530962cda4d55af5c Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 9 Mar 2004 20:55:30 +0000 Subject: ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin doesn't conflict with the internal colorspace plugin. Original commit message from CVS: * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin doesn't conflict with the internal colorspace plugin. * gst-libs/gst/audio/make_filter: Use `` instead of $() to satisfy the crappy-ass shell shipped by a certain vendor. * gst/videofilter/make_filter: same (bug #135299) --- ext/lcs/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ext/lcs/Makefile.am') diff --git a/ext/lcs/Makefile.am b/ext/lcs/Makefile.am index 2db03789..41d7e818 100644 --- a/ext/lcs/Makefile.am +++ b/ext/lcs/Makefile.am @@ -1,9 +1,9 @@ -plugin_LTLIBRARIES = libgstcolorspace.la +plugin_LTLIBRARIES = libgstcolorspacelcs.la -libgstcolorspace_la_SOURCES = gstcolorspace.c -libgstcolorspace_la_CFLAGS = $(GST_CFLAGS) $(LCS_CFLAGS) -libgstcolorspace_la_LIBADD = $(LCS_LIBS) -libgstcolorspace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstcolorspacelcs_la_SOURCES = gstcolorspace.c +libgstcolorspacelcs_la_CFLAGS = $(GST_CFLAGS) $(LCS_CFLAGS) +libgstcolorspacelcs_la_LIBADD = $(LCS_LIBS) +libgstcolorspacelcs_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = -- cgit v1.2.1