mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
build fix
Original commit message from CVS: build fix
This commit is contained in:
parent
600ae587fe
commit
1615261a2f
1 changed files with 6 additions and 1 deletions
|
@ -13,8 +13,13 @@ BUILT_SOURCES = grammar.tab.h grammar.tab.c lex._gst_parse_yy.c
|
|||
|
||||
EXTRA_DIST = grammar.y parse.l types.h
|
||||
|
||||
grammar.tab.c grammar.tab.h: grammar.y
|
||||
grammar.tab.c grammar.tab.h: grammar.y ../gstmarshal.h
|
||||
$(BISON) $^
|
||||
|
||||
## this is so make install without a previous make can work, because
|
||||
## this dir needs gstmarshal.h generated
|
||||
../gstmarshal.h:
|
||||
cd .. && make gstmarshal.h
|
||||
|
||||
lex._gst_parse_yy.c: parse.l
|
||||
flex -P_gst_parse_yy $^
|
||||
|
|
Loading…
Reference in a new issue