mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 18:20:44 +00:00
8 lines
214 B
Makefile
8 lines
214 B
Makefile
|
plugin_LTLIBRARIES = libgstreal.la
|
||
|
|
||
|
libgstreal_la_SOURCES = gstreal.c
|
||
|
|
||
|
libgstreal_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||
|
libgstreal_la_LIBADD = $(GST_BASE_LIBS)
|
||
|
libgstreal_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|