aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-26 00:19:24 +0000
committerTim Potter <tpot@samba.org>2003-04-26 00:19:24 +0000
commit6eca21154b0c5a8797c5d0ebb6f7c3733555652d (patch)
treefdb006a9a615661dcd89e8cf99e1ae555d513376 /Makefile.nmake
parentb0c8b2da8810de0e4c2c3d7ab4b3367116285ec1 (diff)
New DCERPC pipe for Windows service control. Implemented only stubs so far.
svn path=/trunk/; revision=7567
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 359840beef..4ae9f79943 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.295 2003/04/25 21:09:34 guy Exp $
+# $Id: Makefile.nmake,v 1.296 2003/04/26 00:19:24 tpot Exp $
include config.nmake
include <win32.mak>
@@ -106,6 +106,7 @@ DISSECTOR_SRC = \
packet-dcerpc-secidmap.c \
packet-dcerpc-spoolss.c \
packet-dcerpc-srvsvc.c \
+ packet-dcerpc-svcctl.c \
packet-dcerpc-tapi.c \
packet-dcerpc-tkn4int.c \
packet-dcerpc-ubikdisk.c \