mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
build fix
Original commit message from CVS: build fix
This commit is contained in:
parent
370c665fbd
commit
f7c80738f7
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ libgstparse_la_LIBADD = $(LIBGST_LIBS)
|
|||
noinst_HEADERS = grammar.tab.h
|
||||
|
||||
grammar.tab.c grammar.tab.h: grammar.y ../gstmarshal.h
|
||||
$(BISON_PATH) -d -v -p_gst_parse__yy $(srcdir)/grammar.y
|
||||
$(BISON_PATH) -d -v -p_gst_parse__yy $(srcdir)/grammar.y -o grammar.tab.c
|
||||
|
||||
lex._gst_parse_yy.c: parse.l
|
||||
$(FLEX_PATH) -P_gst_parse_yy $^
|
||||
|
|
Loading…
Reference in a new issue