mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
9 lines
274 B
Makefile
9 lines
274 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)
|
||
|
|