mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
c680e324bc
This is not needed any longer.
7 lines
352 B
Makefile
7 lines
352 B
Makefile
plugin_LTLIBRARIES = libgstapp.la
|
|
|
|
libgstapp_la_SOURCES = gstapp.c
|
|
libgstapp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstapp_la_LIBADD = $(top_builddir)/gst-libs/gst/app/libgstapp-@GST_API_VERSION@.la $(GST_BASE_LIBS)
|
|
libgstapp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstapp_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|