distcheck fixes
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 10 Apr 2002 17:16:05 +0000 (17:16 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 10 Apr 2002 17:16:05 +0000 (17:16 +0000)
Original commit message from CVS:
distcheck fixes

gst/parse/Makefile.am

index 37af023..d346877 100644 (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