mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
fix cleaning
Original commit message from CVS: fix cleaning
This commit is contained in:
parent
cbdc23d67f
commit
30da970283
1 changed files with 1 additions and 4 deletions
|
@ -2,6 +2,7 @@
|
||||||
noinst_LTLIBRARIES = libgstparse.la
|
noinst_LTLIBRARIES = libgstparse.la
|
||||||
|
|
||||||
|
|
||||||
|
CLEANFILES = grammar.tab.h grammar.output
|
||||||
EXTRA_DIST = grammar.y parse.l types.h
|
EXTRA_DIST = grammar.y parse.l types.h
|
||||||
|
|
||||||
BUILT_SOURCES = grammar.tab.h grammar.tab.c lex._gst_parse_yy.c
|
BUILT_SOURCES = grammar.tab.h grammar.tab.c lex._gst_parse_yy.c
|
||||||
|
@ -22,7 +23,3 @@ lex._gst_parse_yy.c: parse.l
|
||||||
## this dir needs gstmarshal.h generated
|
## this dir needs gstmarshal.h generated
|
||||||
../gstmarshal.h:
|
../gstmarshal.h:
|
||||||
cd .. && $(MAKE) gstmarshal.h
|
cd .. && $(MAKE) gstmarshal.h
|
||||||
|
|
||||||
distclean-local:
|
|
||||||
rm -f grammar.output grammar.tab.h
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue