aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
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.am
parentb0c8b2da8810de0e4c2c3d7ab4b3367116285ec1 (diff)
New DCERPC pipe for Windows service control. Implemented only stubs so far.
svn path=/trunk/; revision=7567
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8a7d40c044..5332ff119e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.577 2003/04/25 21:09:34 guy Exp $
+# $Id: Makefile.am,v 1.578 2003/04/26 00:19:24 tpot Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -164,6 +164,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 \
@@ -549,6 +550,7 @@ noinst_HEADERS = \
packet-dcerpc-samr.h \
packet-dcerpc-spoolss.h \
packet-dcerpc-srvsvc.h \
+ packet-dcerpc-svcctl.h \
packet-dcerpc-tapi.h \
packet-dcerpc-wkssvc.h \
packet-dcerpc.h \