aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2003-11-15 08:48:14 +0000
committerUlf Lamping <ulf.lamping@web.de>2003-11-15 08:48:14 +0000
commitbca18fcf68a29319ef41dfcc579ce4fe2c6b7709 (patch)
treebb17094d8416a8cf915f0bc8866f8d1b2490a033 /gtk/Makefile.nmake
parentf4d0c0d9c218d797049118fc2e23fbd21c23a3b2 (diff)
seperated capture dialog from capture.c and put into new gtk/capture_info_dlg.c
svn path=/trunk/; revision=8968
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 bb048ea3eb..eb7f08546c 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.58 2003/11/07 23:26:15 guy Exp $
+# $Id: Makefile.nmake,v 1.59 2003/11/15 08:48:14 ulfl Exp $
include ..\config.nmake
@@ -57,6 +57,7 @@ OBJECTS = \
capture_combo_utils.obj \
capture_dlg.obj \
capture_prefs.obj \
+ capture_info_dlg.obj \
color_dlg.obj \
color_filters.obj \
column_prefs.obj \