aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-28 00:31:17 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-28 00:31:17 +0000
commit1c5ed66f454ec80764b8cb43a332da963bfa1363 (patch)
treefadfaabcbe08b7f1995b2386a615c02dcd4dfbcc /Makefile.nmake
parenta1f7d525b7c6fdc0192577b7af6edb6c8b8bd1ab (diff)
From Lars Roland: H.225 message and reason tag counter taps.
svn path=/trunk/; revision=8794
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 ee91eeea06..ed719dea2c 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.351 2003/10/27 23:31:54 guy Exp $
+# $Id: Makefile.nmake,v 1.352 2003/10/28 00:31:15 guy Exp $
include config.nmake
include <win32.mak>
@@ -405,6 +405,7 @@ DISSECTOR_OBJECTS = $(DISSECTOR_SRC:.c=.obj)
TETHEREAL_TAP_SRC = \
tap-bootpstat.c \
tap-dcerpcstat.c \
+ tap-h225counter.c \
tap-httpstat.c \
tap-iostat.c \
tap-iousers.c \