aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wiretap/Makefile.am1
-rw-r--r--wiretap/Makefile.common6
2 files changed, 7 insertions, 0 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index 11d6a53c8c..078486cbd4 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -66,6 +66,7 @@ EXTRA_DIST = \
Makefile.nmake \
wtap.def \
file_util.c \
+ $(GENERATOR_SOURCES) \
$(GENERATED_FILES)
libwiretap_la_LIBADD = libwiretap_generated.la
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 \