aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-01-24 05:41:33 +0000
committerTim Potter <tpot@samba.org>2003-01-24 05:41:33 +0000
commit354a9a8018962deb57188afbd957cc7eeb6f3c98 (patch)
tree4f96149f736d54628d36cc8c40659082a1e2411f /Makefile.nmake
parent2213ef6aaa385e7960c69dff62b7017a4e249cbb (diff)
packet-dcerpc-nt.c is no longer a dissector so adjust Makefiles
accordingly. svn path=/trunk/; revision=6996
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 8586a520ed..545c279119 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.274 2003/01/22 06:26:33 guy Exp $
+# $Id: Makefile.nmake,v 1.275 2003/01/24 05:41:33 tpot Exp $
include config.nmake
include <win32.mak>
@@ -84,7 +84,6 @@ DISSECTOR_SRC = \
packet-dcerpc-ndr.c \
packet-dcerpc-netlogon.c \
packet-dcerpc-nspi.c \
- packet-dcerpc-nt.c \
packet-dcerpc-oxid.c \
packet-dcerpc-reg.c \
packet-dcerpc-remact.c \
@@ -373,6 +372,7 @@ ETHEREAL_COMMON_OBJECTS = \
getopt.obj \
in_cksum.obj \
ipproto.obj \
+ packet-dcerpc-nt.obj \
pcap-util.obj \
prefs.obj \
print.obj \