aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-12 19:55:28 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-12 19:55:28 +0000
commitba9290fe08f2d2909aaddda45c59ec8b680997bc (patch)
treeeea6a1f6ad6391eb160bd6e7825a4afb6cbf4649 /gtk/Makefile.nmake
parent09bf163aee571366272cdf0e1eecae92847679cc (diff)
From Michael Lum:
Fix point code display. Add taps for ANSI MAP and ISUP statistics. svn path=/trunk/; revision=9247
Diffstat (limited to 'gtk/Makefile.nmake')
-rw-r--r--gtk/Makefile.nmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/Makefile.nmake b/gtk/Makefile.nmake
index dbd239fb10..84d22cfba5 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.64 2003/12/09 18:49:32 guy Exp $
+# $Id: Makefile.nmake,v 1.65 2003/12/12 19:55:28 guy Exp $
include ..\config.nmake
@@ -20,6 +20,7 @@ CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL
ETHEREAL_TAP_SRC = \
ansi_a_stat.c \
+ ansi_map_stat.c \
bootp_stat.c \
dcerpc_stat.c \
endpoint_talkers_eth.c \
@@ -36,6 +37,7 @@ ETHEREAL_TAP_SRC = \
h225_ras_srt.c \
http_stat.c \
io_stat.c \
+ isup_stat.c \
ldap_stat.c \
mgcp_stat.c \
rpc_stat.c \