aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorUwe Girlich <Uwe.Girlich@philosys.de>2002-01-31 07:51:32 +0000
committerUwe Girlich <Uwe.Girlich@philosys.de>2002-01-31 07:51:32 +0000
commitc95560837a4cfc0beba07ef153b37fc7c6c1d1c0 (patch)
tree776eb91100c38ed509c736ae07dda046676d80a4 /Makefile.nmake
parent26f38471ae7a4112c86a7c980bc3ec7efef8ef15 (diff)
new dissector packet-tsp.c added
svn path=/trunk/; revision=4647
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 e904d2292b..8168849017 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.168 2002/01/30 22:41:00 gram Exp $
+# $Id: Makefile.nmake,v 1.169 2002/01/31 07:51:32 girlich Exp $
include config.nmake
include <win32.mak>
@@ -227,6 +227,7 @@ DISSECTOR_SRC = \
packet-tpkt.c \
packet-tr.c \
packet-trmac.c \
+ packet-tsp.c \
packet-ucp.c \
packet-udp.c \
packet-v120.c \