aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-04-13 11:11:38 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-04-13 11:11:38 +0000
commitac6b7da8b064fe039c2f4623cbfa2234cd9b5219 (patch)
tree24e191c0304e43ec893cb07b104d051915f7bc4f /Makefile.nmake
parentc577b0ef604bceb8214549f9ea6ee970f214396a (diff)
downloadwireshark-ac6b7da8b064fe039c2f4623cbfa2234cd9b5219.tar.gz
wireshark-ac6b7da8b064fe039c2f4623cbfa2234cd9b5219.tar.bz2
wireshark-ac6b7da8b064fe039c2f4623cbfa2234cd9b5219.zip
Remove extra space before "Port" in proto_tree label.
Add packet-socks.obj to Makefile.nmake. svn path=/trunk/; revision=1845
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index b9b6314282..587a828f21 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: nmake -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.24 2000/04/12 21:51:27 gram Exp $
+# $Id: Makefile.nmake,v 1.25 2000/04/13 11:11:37 gram Exp $
include config.nmake
@@ -107,6 +107,7 @@ DISSECTOR_OBJECTS = \
packet-smb-pipe.obj \
packet-sna.obj \
packet-snmp.obj \
+ packet-socks.obj \
packet-srvloc.obj \
packet-sscop.obj \
packet-stat.obj \