summaryrefslogtreecommitdiffstats
path: root/gst/multifile/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst/multifile/Makefile.am')
-rw-r--r--gst/multifile/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/gst/multifile/Makefile.am b/gst/multifile/Makefile.am
deleted file mode 100644
index 98eb6fd0..00000000
--- a/gst/multifile/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-
-plugin_LTLIBRARIES = libgstmultifile.la
-
-libgstmultifile_la_SOURCES = gstmultifilesink.c gstmultifilesrc.c gstmultifile.c
-libgstmultifile_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
-libgstmultifile_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
-libgstmultifile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-noinst_HEADERS = gstmultifilesrc.h gstmultifilesink.h
-