summaryrefslogtreecommitdiff
path: root/gst/tta/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst/tta/Makefile.am')
-rw-r--r--gst/tta/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/gst/tta/Makefile.am b/gst/tta/Makefile.am
deleted file mode 100644
index 3c8aa0f48..000000000
--- a/gst/tta/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-plugin_LTLIBRARIES = libgsttta.la
-
-libgsttta_la_SOURCES = gsttta.c \
- gstttaparse.c \
- gstttadec.c
-
-noinst_HEADERS = gstttaparse.h gstttadec.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 = $(GST_PLUGIN_LIBTOOLFLAGS)