From 3a4106523455beed8a931b050ec4b5ee7fff0754 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 10 Apr 2002 17:16:05 +0000 Subject: [PATCH] distcheck fixes Original commit message from CVS: distcheck fixes --- gst/parse/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/parse/Makefile.am b/gst/parse/Makefile.am index 37af023..d346877 100644 --- a/gst/parse/Makefile.am +++ b/gst/parse/Makefile.am @@ -11,6 +11,8 @@ noinst_HEADERS = grammar.tab.h BUILT_SOURCES = grammar.tab.h grammar.tab.c lex.yy.c +EXTRA_DIST = grammar.y parse.l types.h + grammar.tab.h: grammar.y $(BISON) grammar.y -- 2.7.4