mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +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
|
||||
|
||||
|
||||
CLEANFILES = grammar.tab.h grammar.output
|
||||
EXTRA_DIST = grammar.y parse.l types.h
|
||||
|
||||
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
|
||||
../gstmarshal.h:
|
||||
cd .. && $(MAKE) gstmarshal.h
|
||||
|
||||
distclean-local:
|
||||
rm -f grammar.output grammar.tab.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue