summaryrefslogtreecommitdiff
path: root/configure.in
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 /configure.in
parente3fe8c0d34490c77ea9d47813198ca15d55a5cd2 (diff)
downloadwireshark-a002a0fec41fdab23a6f247ea2b209bad0abefc8.tar.gz
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 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a635a35536..aa6dc16e7b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.191 2003/01/10 00:03:33 guy Exp $
+# $Id: configure.in,v 1.192 2003/01/14 23:53:32 guy Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@@ -761,6 +761,7 @@ AC_OUTPUT(
plugins/docsis/Makefile
plugins/giop/Makefile
plugins/gryphon/Makefile
+ plugins/megaco/Makefile
plugins/mgcp/Makefile
plugins/pcli/Makefile
tools/Makefile