aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-24 19:18:03 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-24 19:18:03 +0000
commit82814e52eea69733b7094e4427a3c31cd40ddfb4 (patch)
treec3cb4676f40af8ac3ad8755b2d8daaa1c2da5ebf /Makefile.am
parentb761b68951afed1fb5964d099e637becb3002b44 (diff)
RANAP support, from Martin Held.
svn path=/trunk/; revision=3375
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 f7f0e0f503..157fb489e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.313 2001/04/21 07:56:58 guy Exp $
+# $Id: Makefile.am,v 1.314 2001/04/24 19:18:01 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -177,6 +177,7 @@ DISSECTOR_SOURCES = \
packet-q931.c \
packet-quake.c \
packet-radius.c\
+ packet-ranap.c \
packet-raw.c \
packet-rip.c \
packet-ripng.c \