aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-02 22:47:59 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-02 22:47:59 +0000
commit75ae0e30c7ff9e539a80562a431e1cd2719e78a1 (patch)
treee4f81d2c0758513eab172c7bbe79d2c773832295 /Makefile.nmake
parent71034c5a3faef6c2305e8e1f9253d544f559a532 (diff)
From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps.
svn path=/trunk/; revision=8345
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index ea2d2df706..6d0cb72dba 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.329 2003/08/29 22:27:14 guy Exp $
+# $Id: Makefile.nmake,v 1.330 2003/09/02 22:47:56 guy Exp $
include config.nmake
include <win32.mak>
@@ -383,7 +383,9 @@ DISSECTOR_SRC = \
DISSECTOR_OBJECTS = $(DISSECTOR_SRC:.c=.obj)
TETHEREAL_TAP_SRC = \
+ tap-bootpstat.c \
tap-dcerpcstat.c \
+ tap-httpstat.c \
tap-iostat.c \
tap-iousers.c \
tap-mgcpstat.c \
@@ -392,7 +394,8 @@ TETHEREAL_TAP_SRC = \
tap-rpcstat.c \
tap-rpcprogs.c \
tap-smbsids.c \
- tap-smbstat.c
+ tap-smbstat.c \
+ tap-wspstat.c
TETHEREAL_TAP_OBJECTS = $(TETHEREAL_TAP_SRC:.c=.obj)