aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2003-12-29 20:05:59 +0000
committerUlf Lamping <ulf.lamping@web.de>2003-12-29 20:05:59 +0000
commit14e2a790f9b63cca70d9bc60006d649d968dba28 (patch)
tree179b91be2e9e2bda5c2f668c130ffb74581346b4 /gtk/Makefile.nmake
parent4b3792824634a5b6e4ab151fdb5aab90c4ea330c (diff)
From Dick Gooris (and me :-)
more ways to choose which packets can be saved, in the save(as) dialog box svn path=/trunk/; revision=9476
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 54c2c30b5b..709bda80d6 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.66 2003/12/17 22:13:05 guy Exp $
+# $Id: Makefile.nmake,v 1.67 2003/12/29 20:05:59 ulfl Exp $
include ..\config.nmake
@@ -95,6 +95,7 @@ OBJECTS = \
proto_dlg.obj \
proto_draw.obj \
proto_hier_stats_dlg.obj \
+ range.obj \
rtp_stream.obj \
service_response_time_table.obj \
simple_dialog.obj \