aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.common
diff options
context:
space:
mode:
authorSebastien Tandel <sebastien@tandel.be>2007-05-18 00:00:10 +0000
committerSebastien Tandel <sebastien@tandel.be>2007-05-18 00:00:10 +0000
commite545636a4fc3c1c9396619e25db4d64f67daafbf (patch)
treee21b494fef5fbbf8ad539c66d893c83a76b10257 /wiretap/Makefile.common
parenta548d4c325934203725ad8554115645b9a071b20 (diff)
include generator sources in EXTRA_DIST
svn path=/trunk/; revision=21820
Diffstat (limited to 'wiretap/Makefile.common')
-rw-r--r--wiretap/Makefile.common6
1 files changed, 6 insertions, 0 deletions
diff --git a/wiretap/Makefile.common b/wiretap/Makefile.common
index a988d22af2..2581776494 100644
--- a/wiretap/Makefile.common
+++ b/wiretap/Makefile.common
@@ -110,6 +110,12 @@ NONGENERATED_HEADER_FILES = \
wtap-capture.h \
wtap-int.h
+# Files that generate compileable files
+GENERATOR_SOURCES = \
+ ascend-grammar.y \
+ ascend-scanner.l \
+ k12text.l
+
# The C source files they generate.
GENERATED_C_FILES = \
ascend-grammar.c \