Revision: 87 http://trac.macosforge.org/projects/libdispatch/changeset/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: -------------- trunk/Makefile.am trunk/configure.ac Added Paths: ----------- trunk/testing/Makefile.am Modified: trunk/Makefile.am =================================================================== --- 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 =================================================================== --- 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
participants (1)
-
source_changes@macosforge.org