mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
1b4546e52f
Original commit message from CVS: * gst/app/Makefile.am: Fix CFLAGS and hopefully #430594.
7 lines
297 B
Makefile
7 lines
297 B
Makefile
plugin_LTLIBRARIES = libgstapp.la
|
|
|
|
libgstapp_la_SOURCES = gstapp.c
|
|
libgstapp_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstapp_la_LIBADD = $(GST_BASE_LIBS) $(top_builddir)/gst-libs/gst/app/libgstapp-@GST_MAJORMINOR@.la
|
|
libgstapp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|