summaryrefslogtreecommitdiffstats
path: root/gst/tta
diff options
context:
space:
mode:
Diffstat (limited to 'gst/tta')
-rw-r--r--gst/tta/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/gst/tta/Makefile.am b/gst/tta/Makefile.am
index 5f1d13a0..ce4da254 100644
--- a/gst/tta/Makefile.am
+++ b/gst/tta/Makefile.am
@@ -1,12 +1,14 @@
plugin_LTLIBRARIES = libgsttta.la
libgsttta_la_SOURCES = gsttta.c \
- gstttaparse.c \
- gstttadec.c
+ gstttaparse.c \
+ gstttadec.c
noinst_HEADERS = gstttaparse.h gstttadec.h \
- ttadec.h crc32.h filters.h
+ ttadec.h crc32.h filters.h
libgsttta_la_CFLAGS = $(GST_CFLAGS)
libgsttta_la_LIBADD = $(GST_LIBS) $(LIBM)
libgsttta_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgsttta_la_LIBTOOLFLAGS = --tag=disable-static
+