From c760bb88b7e86f5020c25ac51bb88ce17d0cb911 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 8 Apr 2003 23:21:37 +0000 Subject: [PATCH] Remove grammar.output, too Original commit message from CVS: Remove grammar.output, too --- gst/parse/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4