aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-06-11 09:17:03 +0000
committerGuy Harris <guy@alum.mit.edu>2003-06-11 09:17:03 +0000
commitf54e01516a88b4cf3914325233363b4d38bebdb6 (patch)
tree9719387d3b97fb8d49a82848cf742d1937b5dfc9 /configure.in
parentf70cc6b9f155b000f815d46dbbf39296e787d498 (diff)
From Erwin Rol: RTNET/TDMA support.
svn path=/trunk/; revision=7839
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 a762608e82..252f8da0a4 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.208 2003/06/10 01:47:33 gerald Exp $
+# $Id: configure.in,v 1.209 2003/06/11 09:17:00 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
@@ -787,6 +787,7 @@ AC_OUTPUT(
plugins/megaco/Makefile
plugins/mgcp/Makefile
plugins/pcli/Makefile
+ plugins/rtnet/Makefile
tools/Makefile
tools/lemon/Makefile
,)