mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
8751d8cb9b
Original commit message from CVS: * gst/multifile/Makefile.am: * gst/multifile/gstmultifile.c: * gst/multifile/gstmultifilesink.c: * gst/multifile/gstmultifilesink.h: * gst/multifile/gstmultifilesrc.c: * gst/multifile/gstmultifilesrc.h: Add .h files to be able to add it to the docs.
10 lines
329 B
Makefile
10 lines
329 B
Makefile
|
|
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 = gstmultifilesrc.h gstmultifilesink.h
|
|
|