aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-17 05:16:21 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-17 05:16:21 +0000
commit2df96b563e681402e25dad55b7d68a769ff26a39 (patch)
tree2a8ce69fba42aa3ffdd191f08c41dec956f5542a /configure.in
parentc642c44ad8ce2cef14fadbc6c5e8577dd36dfebd (diff)
From Christoph Neusch: V5UA support.
From Anders Broman: patches to various makefiles and configure scripts to build the V5UA dissector, and patches to make it compile. From me: .cvsignore file, and NSIS patches. svn path=/trunk/; revision=9311
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 7439420eed..6ab66a57bd 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.237 2003/12/16 23:00:33 guy Exp $
+# $Id: configure.in,v 1.238 2003/12/17 05:16:19 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
@@ -895,6 +895,7 @@ AC_OUTPUT(
plugins/pcli/Makefile
plugins/rdm/Makefile
plugins/rtnet/Makefile
+ plugins/v5ua/Makefile
tools/Makefile
tools/lemon/Makefile
,)