aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-14 23:53:40 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-14 23:53:40 +0000
commita002a0fec41fdab23a6f247ea2b209bad0abefc8 (patch)
treed8a94839fe39ed71025a4d0c4f47543eff31f44c /plugins/Makefile.am
parente3fe8c0d34490c77ea9d47813198ca15d55a5cd2 (diff)
From Christian Falckenberg: beginnings of a MEGACO dissector.
Move SCTP payload protocol IDs to a header file, and get the PPIDs from that header file rather than defining them in dissectors running atop SCTP. Use both the old(?) and official PPID for ASAP. svn path=/trunk/; revision=6926
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 8e67efd89c..058097e9a1 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.12 2002/10/03 02:56:57 hagbard Exp $
+# $Id: Makefile.am,v 1.13 2003/01/14 23:53:38 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -21,7 +21,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-SUBDIRS = docsis giop gryphon mgcp pcli
+SUBDIRS = docsis giop gryphon megaco mgcp pcli
plugindir = @plugindir@