aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-11-01 00:42:00 +0000
committerTim Potter <tpot@samba.org>2002-11-01 00:42:00 +0000
commitf64906c9b399e4c0fbf775b530d1773090a3458d (patch)
treedcfeca340b6677912704698fe7d829458511afda /Makefile.nmake
parentf8e79ffbdce07e44fd90ffcd0a0f3fe62795e2d0 (diff)
Added support for a new DCERPC pipe supported by Windows 2000. It has
something to do with Active Directory and has been named LSA_DS by the Samba Team. svn path=/trunk/; revision=6527
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 0a524345d3..0614f6d5f1 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.247 2002/10/31 22:16:01 guy Exp $
+# $Id: Makefile.nmake,v 1.248 2002/11/01 00:42:00 tpot Exp $
include config.nmake
include <win32.mak>
@@ -76,6 +76,7 @@ DISSECTOR_SRC = \
packet-dcerpc-ftserver.c \
packet-dcerpc-krb5rpc.c \
packet-dcerpc-lsa.c \
+ packet-dcerpc-lsa-ds.c \
packet-dcerpc-mapi.c \
packet-dcerpc-mgmt.c \
packet-dcerpc-ndr.c \