distcheck fixes

Original commit message from CVS:
distcheck fixes
This commit is contained in:
Thomas Vander Stichele 2002-04-10 17:16:05 +00:00
parent 318739272c
commit 3a41065234

View file

@ -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