summaryrefslogtreecommitdiffstats
path: root/ext/lcs/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-08-14 16:21:00 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-08-14 16:21:00 +0000
commit96c88620c1ec72b350aa706e98b34affdd301fa8 (patch)
treecd380fd7944b3b937e8618016695965a7b140ff3 /ext/lcs/Makefile.am
parent58e4556c7bc5e8c5689c25ecbd218fadafd6c22c (diff)
downloadgst-plugins-bad-96c88620c1ec72b350aa706e98b34affdd301fa8.tar.gz
gst-plugins-bad-96c88620c1ec72b350aa706e98b34affdd301fa8.tar.bz2
gst-plugins-bad-96c88620c1ec72b350aa706e98b34affdd301fa8.zip
pound some sense in the colorspace elements
Original commit message from CVS: pound some sense in the colorspace elements
Diffstat (limited to 'ext/lcs/Makefile.am')
-rw-r--r--ext/lcs/Makefile.am13
1 files changed, 5 insertions, 8 deletions
diff --git a/ext/lcs/Makefile.am b/ext/lcs/Makefile.am
index 41d7e818..15a029ea 100644
--- a/ext/lcs/Makefile.am
+++ b/ext/lcs/Makefile.am
@@ -1,9 +1,6 @@
+plugin_LTLIBRARIES = libgstlcscolorspace.la
-plugin_LTLIBRARIES = libgstcolorspacelcs.la
-
-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 =
+libgstlcscolorspace_la_SOURCES = gstcolorspace.c
+libgstlcscolorspace_la_CFLAGS = $(GST_CFLAGS) $(LCS_CFLAGS)
+libgstlcscolorspace_la_LIBADD = $(LCS_LIBS)
+libgstlcscolorspace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)