aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-06-09 10:08:05 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-06-09 10:08:05 +0000
commit1630411d4061ebc9580a07655c0db4228679245a (patch)
tree7b816d616ed22e28420b31a61c2593d37c3d0236 /Makefile.nmake
parentecf87b705c2ffcf36a7c745958a72b25906ed3d4 (diff)
SID name mappings can now be presented in a table by tethereal
using the -z smb,sids command argument. svn path=/trunk/; revision=7816
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 4eb2741f50..003b8165fc 100644
--- a/Makefile.nmake
+++ b/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.301 2003/06/02 18:40:00 gerald Exp $
+# $Id: Makefile.nmake,v 1.302 2003/06/09 10:08:04 sahlberg Exp $
include config.nmake
include <win32.mak>
@@ -377,6 +377,7 @@ TETHEREAL_TAP_SRC = \
tap-protohierstat.c \
tap-rpcstat.c \
tap-rpcprogs.c \
+ tap-smbsids.c \
tap-smbstat.c
TETHEREAL_TAP_OBJECTS = $(TETHEREAL_TAP_SRC:.c=.obj)