Revision
87
Author
robert@fledge.watson.org
Date
2009-11-02 06:01:12 -0800 (Mon, 02 Nov 2009)

Log Message

Add stub automake file for the testing tree, update configure.ac.

Modified Paths

Added Paths

Diff

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