From: David Schleef Date: Tue, 8 Apr 2003 23:21:37 +0000 (+0000) Subject: Remove grammar.output, too X-Git-Tag: BRANCH-ERROR-ROOT~333 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c760bb88b7e86f5020c25ac51bb88ce17d0cb911;p=platform%2Fupstream%2Fgstreamer.git Remove grammar.output, too Original commit message from CVS: Remove grammar.output, too --- diff --git a/gst/parse/Makefile.am b/gst/parse/Makefile.am index 3683a25..4da7795 100644 --- a/gst/parse/Makefile.am +++ b/gst/parse/Makefile.am @@ -2,7 +2,7 @@ noinst_LTLIBRARIES = libgstparse.la BUILT_SOURCES = grammar.tab.h grammar.tab.c lex._gst_parse_yy.c -CLEANFILES = grammar.tab.h grammar.tab.c lex._gst_parse_yy.c +CLEANFILES = grammar.tab.h grammar.tab.c lex._gst_parse_yy.c grammar.output EXTRA_DIST = grammar.y parse.l types.h