aboutsummaryrefslogtreecommitdiffstats
path: root/gtk2
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-23 15:00:39 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-23 15:00:39 +0000
commitb2ad45d81616ee638e09f5f0836770e988061ca8 (patch)
treecb458e9a93fbf60b47aaa052301f063946775ce5 /gtk2
parent7433a15e437cad8566813c31de5871be4417b467 (diff)
Add packet_list.obj
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6320 f5534014-38df-0310-8fa8-9805f1628bb7
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 6cf0f036da..3f17200cdf 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.6 2002/09/10 10:08:41 guy Exp $
+# $Id: Makefile.nmake,v 1.7 2002/09/23 15:00:39 jmayer Exp $
include ..\config.nmake
@@ -44,6 +44,7 @@ OBJECTS=capture_dlg.obj \
main.obj \
menu.obj \
nameres_prefs.obj \
+ packet_list.obj \
packet_win.obj \
plugins_dlg.obj \
prefs_dlg.obj \