aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-30 07:00:18 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-30 07:00:18 +0000
commit8e67a430e874b6d9a370aabf34f9eabdb9c6412d (patch)
treebe65a2ac16aee55b151a0c66fd419795e3c353e7 /Makefile.am
parent2a6b337ad84603441153ab82af1408ca44802fe7 (diff)
From Michael Lum:
GSM BSSMAP (GSM 08.08) support GSM DTAP (3GPP TS 24.008) support GSM SMS (3GPP TS 24.011) support GSM SS (3GPP TS 24.080) support GSM SMS TPDU (3GPP TS 23.040) support svn path=/trunk/; revision=8826
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f5f3e869d1..726b49812b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.648 2003/10/30 02:06:11 guy Exp $
+# $Id: Makefile.am,v 1.649 2003/10/30 07:00:18 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -229,6 +229,8 @@ DISSECTOR_SRC = \
packet-gnutella.c \
packet-gprs-ns.c \
packet-gre.c \
+ packet-gsm_a.c \
+ packet-gsm_sms.c \
packet-gssapi.c \
packet-gtp.c \
packet-gvrp.c \