aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-02-02 12:04:24 +0000
committerGuy Harris <guy@alum.mit.edu>2002-02-02 12:04:24 +0000
commit3929de0cc5078fe09798b6cfb65ede35ba3e510e (patch)
tree6350929d8f23df43ae2e99decac9d316802e11ec /Makefile.am
parenta758e63774c55b69f0fe3b669dc38ed7a2996e71 (diff)
IAPP support, from Alfred Arnold.
svn path=/trunk/; revision=4679
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 4773a7304e..3cf34463b8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.410 2002/02/01 11:01:56 guy Exp $
+# $Id: Makefile.am,v 1.411 2002/02/02 12:04:22 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -141,6 +141,7 @@ DISSECTOR_SRC = \
packet-hclnfsd.c \
packet-hsrp.c \
packet-http.c \
+ packet-iapp.c \
packet-icap.c \
packet-icmpv6.c\
packet-icp.c \