mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-12 19:14:16 +00:00
added GST_CFLAGS to fix make distcheck
Original commit message from CVS: added GST_CFLAGS to fix make distcheck
This commit is contained in:
parent
18aca1752a
commit
fe6ae5be4c
2 changed files with 2 additions and 2 deletions
|
@ -41,6 +41,6 @@ noinst_HEADERS = \
|
|||
gstaggregator.h \
|
||||
gststatistics.h
|
||||
|
||||
libgstelements_la_CFLAGS = $(GHTTP_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS)
|
||||
libgstelements_la_CFLAGS = $(GHTTP_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
|
||||
libgstelements_la_LIBADD = $(GHTTP_LIBS) $(GLIB_LIBS) $(XML_LIBS)
|
||||
libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
||||
|
|
|
@ -41,6 +41,6 @@ noinst_HEADERS = \
|
|||
gstaggregator.h \
|
||||
gststatistics.h
|
||||
|
||||
libgstelements_la_CFLAGS = $(GHTTP_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS)
|
||||
libgstelements_la_CFLAGS = $(GHTTP_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
|
||||
libgstelements_la_LIBADD = $(GHTTP_LIBS) $(GLIB_LIBS) $(XML_LIBS)
|
||||
libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
||||
|
|
Loading…
Reference in a new issue