Modified: trunk/Makefile.am (86 => 87)
--- trunk/Makefile.am 2009-11-02 12:22:21 UTC (rev 86)
+++ trunk/Makefile.am 2009-11-02 14:01:12 UTC (rev 87)
@@ -6,4 +6,5 @@
SUBDIRS= \
dispatch \
man \
- src
+ src \
+ testing
Modified: trunk/configure.ac (86 => 87)
--- trunk/configure.ac 2009-11-02 12:22:21 UTC (rev 86)
+++ trunk/configure.ac 2009-11-02 14:01:12 UTC (rev 87)
@@ -201,5 +201,5 @@
#
# Generate Makefiles.
#
-AC_CONFIG_FILES([Makefile dispatch/Makefile man/Makefile src/Makefile])
+AC_CONFIG_FILES([Makefile dispatch/Makefile man/Makefile src/Makefile testing/Makefile])
AC_OUTPUT