summaryrefslogtreecommitdiffstats
path: root/ext/dts/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dts/Makefile.am')
-rw-r--r--ext/dts/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/dts/Makefile.am b/ext/dts/Makefile.am
new file mode 100644
index 00000000..0bbbf85b
--- /dev/null
+++ b/ext/dts/Makefile.am
@@ -0,0 +1,8 @@
+plugin_LTLIBRARIES = libgstdtsdec.la
+
+libgstdtsdec_la_SOURCES = gstdtsdec.c
+libgstdtsdec_la_CFLAGS = $(GST_CFLAGS)
+libgstdtsdec_la_LIBADD = $(DTS_LIBS)
+libgstdtsdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+
+noinst_HEADERS = gstdtsdec.h