aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-25 20:54:18 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-25 20:54:18 +0000
commitc1b7eb399ae59968f61b4696f3c786e3215a5aa4 (patch)
tree93ae159530f15f21a44b9cf0d82010718ba36e8f /gtk/Makefile.nmake
parent3b39429a6f15e1889cbcc86eb957fbb6f12d451a (diff)
From Lars Roland:
Filter dialog for the MGCP statistics tap. Routines for building GUI table displays for statistics taps. Use the timestats.c routines in the SMB statistics tap. svn path=/trunk/; revision=7561
Diffstat (limited to 'gtk/Makefile.nmake')
-rw-r--r--gtk/Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/Makefile.nmake b/gtk/Makefile.nmake
index c53c791b67..4f2862a963 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.42 2003/04/16 07:24:06 guy Exp $
+# $Id: Makefile.nmake,v 1.43 2003/04/25 20:54:18 guy Exp $
include ..\config.nmake
@@ -54,6 +54,7 @@ OBJECTS=capture_dlg.obj \
follow_dlg.obj \
goto_dlg.obj \
gui_prefs.obj \
+ gtk_stat_util.obj \
help_dlg.obj \
main.obj \
menu.obj \