summaryrefslogtreecommitdiff
path: root/wiretap/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/Makefile.common')
-rw-r--r--wiretap/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/wiretap/Makefile.common b/wiretap/Makefile.common
index f0bfe8f6aa..15d4a16bf9 100644
--- a/wiretap/Makefile.common
+++ b/wiretap/Makefile.common
@@ -112,12 +112,14 @@ NONGENERATED_HEADER_FILES = \
# Files that generate compileable files
GENERATOR_SOURCES = \
ascend-grammar.y \
- ascend-scanner.l
+ ascend-scanner.l \
+ k12text.l
# The C source files they generate.
GENERATED_C_FILES = \
ascend-grammar.c \
- ascend-scanner.c
+ ascend-scanner.c \
+ k12text.c
# The header files that they generate.
GENERATED_HEADER_FILES = \