mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
10 lines
367 B
Makefile
10 lines
367 B
Makefile
plugin_LTLIBRARIES = libgstmms.la
|
|
|
|
libgstmms_la_SOURCES = gstmms.c
|
|
|
|
libgstmms_la_CFLAGS = $(GST_CFLAGS) $(LIBMMS_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstmms_la_LIBADD = $(GST_LIBS) $(LIBMMS_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS)
|
|
libgstmms_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstmms_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = gstmms.h
|