mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
9 lines
348 B
Makefile
9 lines
348 B
Makefile
plugin_LTLIBRARIES = libgstvalve.la
|
|
|
|
libgstvalve_la_SOURCES = gstvalve.c gstvalve.h
|
|
|
|
libgstvalve_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS)
|
|
libgstvalve_la_LIBADD = $(GST_LIBS_LIBS)
|
|
libgstvalve_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS)
|
|
libgstvalve_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|