aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.nmake
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.nmake
parentcbea9dd75bb336f890d7f2aa24e0421248e371de (diff)
add support for the text export format of textronix k1[25]
svn path=/trunk/; revision=21651
Diffstat (limited to 'wiretap/Makefile.nmake')
-rw-r--r--wiretap/Makefile.nmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake
index 7f452d1fd1..97423175bb 100644
--- a/wiretap/Makefile.nmake
+++ b/wiretap/Makefile.nmake
@@ -46,6 +46,8 @@ ascend-scanner.obj : ascend-scanner.c ascend-grammar.h
ascend-scanner.c : ascend-scanner.l
$(LEX) -Pascend -oascend-scanner.c ascend-scanner.l
+k12text.c : k12text.l
+ $(LEX) -PK12Text -ok12text.c k12text.l
config.h : config.h.win32 ..\config.nmake
sed -e s/@VERSION@/$(WTAP_VERSION)/ \