aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAshok Narayanan <ashokn@cisco.com>2002-04-10 22:00:49 +0000
committerAshok Narayanan <ashokn@cisco.com>2002-04-10 22:00:49 +0000
commit60fae996409536268a771061af796dec1d7751cd (patch)
treecefe913fa19b6b96a26a5efd0b3d89fcb0e3844b /Makefile.am
parent86a0e134e039b88bd8d69d88c3acfb4ff8bf02ed (diff)
Added support for the Link Management Protocol (LMP), used for optical
signalling and Generalized MPLS. This commit contains code for the protocol version described in draft-ietf-ccamp-lmp-03.txt. svn path=/trunk/; revision=5138
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 fd79696f86..57232df409 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.417 2002/04/08 09:44:40 guy Exp $
+# $Id: Makefile.am,v 1.418 2002/04/10 22:00:49 ashokn Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -176,6 +176,7 @@ DISSECTOR_SRC = \
packet-ldp.c \
packet-llc.c \
packet-lmi.c \
+ packet-lmp.c \
packet-lpd.c \
packet-m2pa.c \
packet-m2tp.c \