From 75ae0e30c7ff9e539a80562a431e1cd2719e78a1 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 2 Sep 2003 22:47:59 +0000 Subject: From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps. svn path=/trunk/; revision=8345 --- gtk/Makefile.nmake | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gtk/Makefile.nmake') diff --git a/gtk/Makefile.nmake b/gtk/Makefile.nmake index 765c4d9c01..766b0e502b 100644 --- a/gtk/Makefile.nmake +++ b/gtk/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.50 2003/08/29 10:59:12 sahlberg Exp $ +# $Id: Makefile.nmake,v 1.51 2003/09/02 22:47:58 guy Exp $ include ..\config.nmake @@ -20,6 +20,7 @@ CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL $(CC) $(CVARSDLL) $(CFLAGS) -Fd.\ -c $< ETHEREAL_TAP_SRC = \ + bootp_stat.c \ dcerpc_stat.c \ endpoint_talkers_eth.c \ endpoint_talkers_fc.c \ @@ -30,12 +31,14 @@ ETHEREAL_TAP_SRC = \ endpoint_talkers_tr.c \ endpoint_talkers_udpip.c \ fc_stat.c \ + http_stat.c \ io_stat.c \ mgcp_stat.c \ rpc_stat.c \ rpc_progs.c \ smb_stat.c \ - tap_rtp.c + tap_rtp.c \ + wsp_stat.c ETHEREAL_TAP_OBJECTS = $(ETHEREAL_TAP_SRC:.c=.obj) -- cgit v1.2.3