aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-03 22:26:38 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-03 22:26:38 +0000
commitea4ff6a74900f5ee2888a70d36681028694e98c2 (patch)
treeea8a77ab192307bd15b367a555a332153b112ae8 /Makefile.am
parentafd3103ba2ea83d52aedf1f3af32a45eb9e0ffc7 (diff)
From Josef Korelus <jkor [AT] quick.cz>: GPRS Network
Service-over-Frame-Relay support, including preference for Frame Relay to select FRF 3.2/Cisco HDLC encapsulation or encapsulation of GPRS NS PDUs. svn path=/trunk/; revision=8362
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 7ffeeb538b..dca121ac13 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.620 2003/09/03 06:38:14 guy Exp $
+# $Id: Makefile.am,v 1.621 2003/09/03 22:26:37 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -212,6 +212,7 @@ DISSECTOR_SRC = \
packet-giop.c \
packet-gmrp.c \
packet-gnutella.c \
+ packet-gprs-ns.c \
packet-gre.c \
packet-gssapi.c \
packet-gtp.c \