aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-11-16 23:11:20 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-11-16 23:11:20 +0000
commit21313199e4282797e5cbebb039c417cf8fca739f (patch)
tree0cb235eed38e8c74aa6aa7e2af76bb72ec386c19 /Makefile.nmake
parent90d77bef0016f3e13b9a7a5a49bdba3f7bd7db11 (diff)
From Lars Roland Service Response times for H225 RAS
svn path=/trunk/; revision=8978
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 11ca686664..a9f246f035 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.358 2003/11/11 08:29:33 guy Exp $
+# $Id: Makefile.nmake,v 1.359 2003/11/16 23:11:17 sahlberg Exp $
include config.nmake
include <win32.mak>
@@ -413,6 +413,7 @@ TETHEREAL_TAP_SRC = \
tap-bootpstat.c \
tap-dcerpcstat.c \
tap-h225counter.c \
+ tap-h225rassrt.c \
tap-httpstat.c \
tap-iostat.c \
tap-iousers.c \
@@ -445,6 +446,7 @@ ETHEREAL_COMMON_OBJECTS = \
follow.obj \
g711.obj \
getopt.obj \
+ h225-persistentdata.obj \
in_cksum.obj \
ipproto.obj \
packet-dcerpc-nt.obj \