diff options
Diffstat (limited to 'gst/multifile/Makefile.am')
-rw-r--r-- | gst/multifile/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
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 + |