From d9c21d66efd4089de58549dc641c350970d612ab Mon Sep 17 00:00:00 2001 From: Josh Hursey Date: Thu, 7 Sep 2006 13:24:13 +0000 Subject: [PATCH] We need to include test/runtime/Makefile here if we include it in the DIST_SUBDIRS in test/Makefile.am This should fix this nightly tarball builds. Rolling back part of r11542 This commit was SVN r11553. The following SVN revision numbers were found above: r11542 --> open-mpi/ompi@2becfbf650221db09390c3526dbe99c47e23ea43 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 9243c4b561..5bbcb90dac 100644 --- a/configure.ac +++ b/configure.ac @@ -1137,6 +1137,7 @@ AC_CONFIG_FILES([ test/asm/Makefile test/class/Makefile test/memory/Makefile + test/runtime/Makefile test/support/Makefile test/threads/Makefile test/util/Makefile