Index: trunk/Nebulous/nebclient/configure.ac
===================================================================
--- trunk/Nebulous/nebclient/configure.ac	(revision 10633)
+++ trunk/Nebulous/nebclient/configure.ac	(revision 12649)
@@ -1,5 +1,5 @@
 dnl Copyright (C) 2005  Joshua Hoblitt
 dnl
-dnl $Id: configure.ac,v 1.12 2006-12-12 00:31:39 jhoblitt Exp $
+dnl $Id: configure.ac,v 1.13 2007-03-28 23:24:00 jhoblitt Exp $
 
 AC_PREREQ(2.59)
@@ -7,4 +7,7 @@
 AC_INIT([nebclient], [0.0.3], [jhoblitt@cpan.org])
 AC_CONFIG_SRCDIR([nebulous.wsdl])
+
+dnl this enables the building of libtap
+AC_CONFIG_SUBDIRS([test/tap])
 
 AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2])
