aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-19 07:54:58 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-19 07:54:58 +0000
commit11340a81221723afb6084375a0e8a342665ddf7c (patch)
treebb2d320c23c0f9c13399362261ea6e17503d816b /Makefile.common
parente39c338b07cd7038e2db79858b64f48f89715b31 (diff)
From Michael Lum:
GSM A facility element decoding; make TCAP dissector export routines for use by various GSM dissectors; make GSM MAP dissector use exported TCAP routines/defines; GSM Supplementary Services support. svn path=/trunk/; revision=10409
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 6ebd093722..ecd9a0396d 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.29 2004/03/18 08:25:09 guy Exp $
+# $Id: Makefile.common,v 1.30 2004/03/19 07:54:57 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -94,6 +94,7 @@ DISSECTOR_INCLUDES = \
packet-gnutella.h \
packet-gsm_a.h \
packet-gsm_map.h \
+ packet-gsm_ss.h \
packet-gssapi.h \
packet-gtp.h \
packet-h225.h \