aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-06 09:18:07 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-06 09:18:07 +0000
commit1de3e0789125e188ae48f5c53c5f85d3b1922e23 (patch)
tree3db0d789915f86953c4fd5839fd299e13db5f66b /Makefile.am
parent6f699287038d93d38a73ab0bc153cda78b9fa6b4 (diff)
From Michael Lum: ALCAP (Q.2630.1) support.
svn path=/trunk/; revision=8624
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 cfe2ffefd0..2e39468aa3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.634 2003/10/03 23:10:00 guy Exp $
+# $Id: Makefile.am,v 1.635 2003/10/06 09:18:07 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -90,6 +90,7 @@ DISSECTOR_SRC = \
packet-afs.c \
packet-aim.c \
packet-ajp13.c \
+ packet-alcap.c \
packet-ans.c \
packet-ansi_map.c \
packet-aodv.c \