Add the MSRPC ATSVC interface.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 29 May 2003 17:59:51 +0000 (17:59 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 29 May 2003 17:59:51 +0000 (17:59 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7762 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.nmake

index fe949d11843ed62583d7f5c627f146828c9e1299..5f01c4ef424fc35c8e742fee87fddc5815f5fb6d 100644 (file)
@@ -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.299 2003/05/24 12:22:52 sahlberg Exp $
+# $Id: Makefile.nmake,v 1.300 2003/05/29 17:59:51 guy Exp $
 
 include config.nmake
 include <win32.mak>
@@ -65,6 +65,7 @@ DISSECTOR_SRC = \
        packet-dccp.c \
        packet-dcerpc.c  \
        packet-dcerpc-afs4int.c  \
+       packet-dcerpc-atsvc.c \
        packet-dcerpc-bossvr.c  \
        packet-dcerpc-browser.c  \
        packet-dcerpc-cds_clerkserver.c  \