aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.common
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-05-02 20:09:42 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-05-02 20:09:42 +0000
commitd4fd968d50e2fbf9e7ccdd84eb99c800afe5f08f (patch)
treeb88c9ceb133d6704a6e73f3d0ea2cf0095bd27a9 /wiretap/Makefile.common
parentcbea9dd75bb336f890d7f2aa24e0421248e371de (diff)
add support for the text export format of textronix k1[25]
svn path=/trunk/; revision=21651
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 = \