aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-25 23:35:52 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-25 23:35:52 +0000
commit10c5587bac921680fc7cb7a3e803285b941857ff (patch)
tree6c099d51a1e46ac133667083dd0b1eb79b29c377 /Makefile.am
parent81567fd03965ef6f80ccee3c7912f6e628c35db2 (diff)
AODV dissection support, from Erik Nordstr�m.
svn path=/trunk/; revision=5253
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 cf5b8a3171..02b366ab0c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.423 2002/04/24 21:19:37 guy Exp $
+# $Id: Makefile.am,v 1.424 2002/04/25 23:35:51 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -75,6 +75,7 @@ DISSECTOR_SRC = \
packet-aarp.c \
packet-afs.c \
packet-aim.c \
+ packet-aodv.c \
packet-arp.c \
packet-asap.c \
packet-ascend.c\