From 1433bccfaf5c5653b54612349d72676a41e11bed Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Fri, 4 Jun 2004 02:28:48 +0000 Subject: [PATCH] Update configure.ac to include the universe and registry directories. This commit was SVN r1188. --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index 7aff3d19ef..6ffead6259 100644 --- a/configure.ac +++ b/configure.ac @@ -828,11 +828,15 @@ AC_CONFIG_FILES([ src/tools/mpirun/Makefile src/tools/wrappers/Makefile + src/rte/universe/Makefile + src/rte/universe/registry/Makefile + test/Makefile test/support/Makefile test/lfc/Makefile test/threads/Makefile test/util/Makefile + test/rte/Makefile ]) AC_OUTPUT