aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2003-05-28 22:43:57 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2003-05-28 22:43:57 +0000
commitdbce18c42a74bf2eb7f32f6fe7c8d542823c6207 (patch)
tree2bc9c8da59d6b20eed8def62602d1fbb719cf5bd /Makefile.am
parent2573a5527a6b793a7fc3acef0f178d38cb6584fb (diff)
Add the MSRPC ATSVC interface. Code courtesy of Jean-Baptiste Marchand.
svn path=/trunk/; revision=7759
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6c1ab5853d..278ed36feb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.583 2003/05/24 12:22:52 sahlberg Exp $
+# $Id: Makefile.am,v 1.584 2003/05/28 22:43:57 sharpe Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -123,6 +123,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 \