summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-06-02 12:32:10 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-06-02 12:32:10 +0000
commitc9f2880cff586caf4811e89fc032404a170810d4 (patch)
tree3a814f2bff0f7687c3e92bdf95e8387b318c642a /Makefile.am
parentf8b5326405b190024b20d13bb5014e07bbf7d1ff (diff)
downloadwireshark-c9f2880cff586caf4811e89fc032404a170810d4.tar.gz
Another small DCERPC interface from the winsows world implemented. TAPI.
svn path=/trunk/; revision=5608
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 b6127210b5..a8264744ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.438 2002/06/01 22:11:17 guy Exp $
+# $Id: Makefile.am,v 1.439 2002/06/02 12:32:08 sahlberg Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -129,6 +129,7 @@ DISSECTOR_SRC = \
packet-dcerpc-samr.c \
packet-dcerpc-spoolss.c \
packet-dcerpc-srvsvc.c \
+ packet-dcerpc-tapi.c \
packet-dcerpc-wkssvc.c \
packet-ddtp.c \
packet-dec-bpdu.c \