aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-10-28 07:02:38 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-10-28 07:02:38 +0000
commit6d148d01723ab2daee4adf82cc7f8013f5589f31 (patch)
treec65b6a8e5d259e5de569f007d9a5277eac657269 /configure.in
parent9157b58e341e80319aa6c3984955dc973d942e52 (diff)
From Matthias Melchior: plugin to decode BER-encoded ASN.1 messages,
given a type-table from "snacc" as a protocol description. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8799 f5534014-38df-0310-8fa8-9805f1628bb7
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 4a8673cbdb..9da4904618 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.226 2003/10/14 01:18:09 guy Exp $
+# $Id: configure.in,v 1.227 2003/10/28 07:02:35 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
@@ -807,6 +807,7 @@ AC_OUTPUT(
plugins/Makefile
plugins/acn/Makefile
plugins/artnet/Makefile
+ plugins/asn1/Makefile
plugins/docsis/Makefile
plugins/giop/Makefile
plugins/gryphon/Makefile