mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
11 lines
282 B
Makefile
11 lines
282 B
Makefile
|
|
||
|
plugin_LTLIBRARIES = libgstmultifilesink.la
|
||
|
|
||
|
libgstmultifilesink_la_SOURCES = gstmultifilesink.c
|
||
|
libgstmultifilesink_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgstmultifilesink_la_LIBADD = $(GST_LIBS)
|
||
|
libgstmultifilesink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gstmultifilesink.h
|
||
|
|