aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-08-11 03:32:53 +0000
committerGuy Harris <guy@alum.mit.edu>2000-08-11 03:32:53 +0000
commitfa7f38180a79328d875ddadca9d0758ff0e8f2e8 (patch)
treeea3940a3c02e34a92861333b1e24318331e6be5c /Makefile.nmake
parent54ddb5b1d3a4d4b05dced5c1cb9bb0a4e62217bb (diff)
Kerberos 5 dissector, from Wes Hardaker.
svn path=/trunk/; revision=2250
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index cc3cc75165..b2de00c1fe 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: nmake -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.50 2000/07/31 03:45:53 guy Exp $
+# $Id: Makefile.nmake,v 1.51 2000/08/11 03:32:43 guy Exp $
include config.nmake
@@ -67,6 +67,7 @@ DISSECTOR_SOURCES = \
packet-isis-lsp.c \
packet-isis-snp.c \
packet-isl.c \
+ packet-kerberos.c \
packet-l2tp.c \
packet-lapb.c \
packet-lapd.c \