summaryrefslogtreecommitdiff
path: root/gst/cdxaparse/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst/cdxaparse/Makefile.am')
-rw-r--r--gst/cdxaparse/Makefile.am24
1 files changed, 0 insertions, 24 deletions
diff --git a/gst/cdxaparse/Makefile.am b/gst/cdxaparse/Makefile.am
deleted file mode 100644
index 0a69ec714..000000000
--- a/gst/cdxaparse/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-plugin_LTLIBRARIES = libgstcdxaparse.la
-
-libgstcdxaparse_la_SOURCES = \
- gstcdxaparse.c \
- gstvcdparse.c
-
-
-noinst_HEADERS = \
- gstcdxaparse.h \
- gstvcdparse.h
-
-libgstcdxaparse_la_CFLAGS = \
- $(GST_CFLAGS) \
- $(GST_BASE_CFLAGS) \
- $(GST_PLUGINS_BASE_CFLAGS)
-
-libgstcdxaparse_la_LIBADD = \
- $(GST_LIBS) \
- $(GST_BASE_LIBS) \
- $(GST_PLUGINS_BASE_LIBS) \
- -lgstriff-@GST_API_VERSION@
-
-libgstcdxaparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstcdxaparse_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)