mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
8 lines
296 B
Makefile
8 lines
296 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)
|