mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Make sure generated code doesn't run with -Werror
https://bugzilla.gnome.org/show_bug.cgi?id=611692
This commit is contained in:
parent
766ac7ec3c
commit
f067d38d1d
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ EXTRA_DIST = \
|
||||||
nodist_libgstparse_la_SOURCES = lex._gst_parse_yy.c grammar.tab.c
|
nodist_libgstparse_la_SOURCES = lex._gst_parse_yy.c grammar.tab.c
|
||||||
CLEANFILES += grammar.tab.c lex._gst_parse_yy.c
|
CLEANFILES += grammar.tab.c lex._gst_parse_yy.c
|
||||||
|
|
||||||
libgstparse_la_CFLAGS = $(GST_ALL_CFLAGS)
|
# can't use GST_ALL_CFLAGS here because that'd pull in -Werror
|
||||||
|
libgstparse_la_CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_OPTION_CFLAGS)
|
||||||
libgstparse_la_LIBADD = $(GST_ALL_LIBS)
|
libgstparse_la_LIBADD = $(GST_ALL_LIBS)
|
||||||
|
|
||||||
noinst_HEADERS = grammar.tab.h types.h
|
noinst_HEADERS = grammar.tab.h types.h
|
||||||
|
|
Loading…
Reference in a new issue