summaryrefslogtreecommitdiffstats
path: root/ext/cdio/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/cdio/Makefile.am')
-rw-r--r--ext/cdio/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/ext/cdio/Makefile.am b/ext/cdio/Makefile.am
deleted file mode 100644
index 01092c71..00000000
--- a/ext/cdio/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-plugin_LTLIBRARIES = libgstcdio.la
-
-libgstcdio_la_SOURCES = \
- gstcdio.c \
- gstcdiocddasrc.c
-
-libgstcdio_la_CFLAGS = \
- $(GST_PLUGINS_BASE_CFLAGS) \
- $(GST_BASE_CFLAGS) \
- $(GST_CFLAGS) \
- $(CDIO_CFLAGS)
-
-libgstcdio_la_LIBADD = \
- $(GST_PLUGINS_BASE_LIBS) -lgstcdda-$(GST_MAJORMINOR) \
- $(GST_BASE_LIBS) \
- $(CDIO_LIBS)
-
-libgstcdio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-noinst_HEADERS = \
- gstcdio.h \
- gstcdiocddasrc.h