summaryrefslogtreecommitdiffstats
path: root/ext/lcs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/lcs/Makefile.am')
-rw-r--r--ext/lcs/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/lcs/Makefile.am b/ext/lcs/Makefile.am
new file mode 100644
index 00000000..8a4c1d6f
--- /dev/null
+++ b/ext/lcs/Makefile.am
@@ -0,0 +1,10 @@
+plugindir = $(libdir)/gst
+
+plugin_LTLIBRARIES = libgstcolorspace.la
+
+libgstcolorspace_la_SOURCES = gstcolorspace.c
+libgstcolorspace_la_CFLAGS = $(GST_CFLAGS) $(LCS_CFLAGS)
+libgstcolorspace_la_LIBADD = $(LCS_LIBS)
+libgstcolorspace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+
+noinst_HEADERS =