aboutsummaryrefslogtreecommitdiffstats
path: root/gtk2
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-09-07 10:02:36 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-09-07 10:02:36 +0000
commit5b2510fb8e0768c18018cb0b8e6bd9f9342d0e6e (patch)
tree8da099a92860721a5737d0a80a40cec95e5d6ab7 /gtk2
parentf4ba9d929c5c0621a8ef0584c02d6c6b9db2c30c (diff)
Tap system supprot for Gtk1 and both rpc_stat and rpc_progs
Gtk1 is still single threaded so if the tap extensions need to do something time consuming or cpu intensive, then the main application will suffer. It is better than nothing. svn path=/trunk/; revision=6215
Diffstat (limited to 'gtk2')
-rw-r--r--gtk2/Makefile.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2/Makefile.nmake b/gtk2/Makefile.nmake
index 710a5459a0..ae5f8647ff 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.4 2002/09/06 10:13:17 sahlberg Exp $
+# $Id: Makefile.nmake,v 1.5 2002/09/07 10:02:36 sahlberg Exp $
include ..\config.nmake
@@ -38,8 +38,6 @@ OBJECTS=capture_dlg.obj \
find_dlg.obj \
follow_dlg.obj \
goto_dlg.obj \
- gtk2-rpcstat.obj \
- gtk2-rpcprogs.obj \
gui_prefs.obj \
help_dlg.obj \
main.obj \
@@ -55,6 +53,8 @@ OBJECTS=capture_dlg.obj \
proto_dlg.obj \
proto_draw.obj \
proto_hier_stats_dlg.obj \
+ rpc_stat.obj \
+ rpc_progs.obj \
simple_dialog.obj \
stream_prefs.obj \
summary_dlg.obj \