aboutsummaryrefslogtreecommitdiffstats
path: root/gtk2
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-10-25 01:10:07 +0000
committerGuy Harris <guy@alum.mit.edu>2002-10-25 01:10:07 +0000
commitf94df3780a505eeb2bf6e1f7599a5b3ff1d18834 (patch)
tree525970d9e06bc05379ce29771e9c0596236944a6 /gtk2
parent35c1970720a4ba8332174dc5e72d4a6bb94c62b1 (diff)
Add the DCERPCSTAT stuff.
svn path=/trunk/; revision=6500
Diffstat (limited to 'gtk2')
-rw-r--r--gtk2/Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2/Makefile.nmake b/gtk2/Makefile.nmake
index 88ff38da2d..1d5381823b 100644
--- a/gtk2/Makefile.nmake
+++ b/gtk2/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.8 2002/10/24 07:08:26 guy Exp $
+# $Id: Makefile.nmake,v 1.9 2002/10/25 01:10:07 guy Exp $
include ..\config.nmake
@@ -31,6 +31,7 @@ OBJECTS=capture_dlg.obj \
colors.obj \
color_utils.obj \
column_prefs.obj \
+ dcerpc_stat.obj \
decode_as_dlg.obj \
dfilter_expr_dlg.obj \
display_opts.obj \