mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
gst/app/Makefile.am: Fix CFLAGS and hopefully #430594.
Original commit message from CVS: * gst/app/Makefile.am: Fix CFLAGS and hopefully #430594.
This commit is contained in:
parent
9502a0e1b7
commit
1b4546e52f
1 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
|||
plugin_LTLIBRARIES = libgstapp.la
|
||||
|
||||
libgstapp_la_SOURCES = gstapp.c
|
||||
libgstapp_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(top_srcdir)/gst-libs/
|
||||
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue