From 403da43b48132046428f4c7e7e13343417792928 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 10 Nov 2006 18:51:10 +0000 Subject: Revive multifile[src|sink]. Original commit message from CVS: * configure.ac: * gst/multifile/Makefile.am: * gst/multifile/gstmultifile.c: * gst/multifile/gstmultifilesink.c: * gst/multifile/gstmultifilesrc.c: * gst/multifile/multifile.vproj: Revive multifile[src|sink]. --- gst/multifile/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gst/multifile/Makefile.am (limited to 'gst/multifile/Makefile.am') diff --git a/gst/multifile/Makefile.am b/gst/multifile/Makefile.am new file mode 100644 index 00000000..09046f7b --- /dev/null +++ b/gst/multifile/Makefile.am @@ -0,0 +1,10 @@ + +plugin_LTLIBRARIES = libgstmultifile.la + +libgstmultifile_la_SOURCES = gstmultifilesink.c gstmultifilesrc.c gstmultifile.c +libgstmultifile_la_CFLAGS = $(GST_CFLAGS) +libgstmultifile_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) +libgstmultifile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + +noinst_HEADERS = gstmultifilesink.h + -- cgit v1.2.1