summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-04-10 17:16:05 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-04-10 17:16:05 +0000
commit3a4106523455beed8a931b050ec4b5ee7fff0754 (patch)
treeb2ba55490e59f33399bbdedf333f136f432325d2
parent318739272c7a2ff7e5fe338abe148e18e2fff87a (diff)
downloadgstreamer-3a4106523455beed8a931b050ec4b5ee7fff0754.tar.gz
distcheck fixes
Original commit message from CVS: distcheck fixes
-rw-r--r--gst/parse/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/parse/Makefile.am b/gst/parse/Makefile.am
index 37af023d25..d346877394 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