aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-25 21:09:37 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-25 21:09:37 +0000
commitbef46400dfc9cc8f7a9e060b86eb6a90d78d359c (patch)
treedcc77e458ae7b00575bb291eb35ff42773c551cd /Makefile.am
parentc1b7eb399ae59968f61b4696f3c786e3215a5aa4 (diff)
From Tony Schene: initial stub Kerberos kadmin support.
svn path=/trunk/; revision=7562
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 17cd47e87b..8a7d40c044 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.576 2003/04/23 00:24:36 guy Exp $
+# $Id: Makefile.am,v 1.577 2003/04/25 21:09:34 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -247,6 +247,7 @@ DISSECTOR_SRC = \
packet-isl.c \
packet-isup.c \
packet-iua.c \
+ packet-kadm5.c \
packet-kerberos.c \
packet-klm.c \
packet-l2tp.c \