aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorhagbard <hagbard@f5534014-38df-0310-8fa8-9805f1628bb7>2002-10-03 02:56:59 +0000
committerhagbard <hagbard@f5534014-38df-0310-8fa8-9805f1628bb7>2002-10-03 02:56:59 +0000
commit6912852d8eb3bff0c9245b06f58d2c0fc8d63a6c (patch)
tree99a041ad65d71df0c01b05eeff2be74dc1c35ea0 /configure.in
parente496e39b0ba944ba932ad82d3ee7ddb7e4ace633 (diff)
Added a dissector plugin for Packet Cable Lawful Intercept.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6366 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 f5561bcc0b..c3b6626788 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.179 2002/09/26 19:06:40 gerald Exp $
+# $Id: configure.in,v 1.180 2002/10/03 02:56:55 hagbard 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
@@ -717,6 +717,7 @@ AC_OUTPUT(
plugins/giop/Makefile
plugins/gryphon/Makefile
plugins/mgcp/Makefile
+ plugins/pcli/Makefile
tools/Makefile
tools/lemon/Makefile
,)