From c0848cd26ceddb7bc679d4327e3839899e607b72 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sun, 21 Nov 2004 23:15:57 +0000 Subject: [PATCH] As agreed, remove "test" from the distribution tarball This commit was SVN r3653. --- Makefile.am | 2 -- configure.ac | 16 ---------------- 2 files changed, 18 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5be9ee3ea8..02e416c91b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,8 +5,6 @@ include $(top_srcdir)/config/Makefile.options SUBDIRS = config include etc src -DIST_SUBDIRS = $(SUBDIRS) test - EXTRA_DIST = README INSTALL VERSION Doxyfile dist-hook: diff --git a/configure.ac b/configure.ac index de6f948f73..d531749bc6 100644 --- a/configure.ac +++ b/configure.ac @@ -1096,21 +1096,5 @@ AC_CONFIG_FILES([ src/tools/ompid/Makefile src/tools/openmpi/Makefile src/tools/wrappers/Makefile - - test/Makefile - test/include/Makefile - test/support/Makefile - test/class/Makefile - test/mca/Makefile - test/mca/oob/Makefile - test/mca/ns/Makefile - test/mca/gpr/Makefile - test/mca/llm/Makefile - test/mca/llm/base/Makefile - test/mca/pcm/Makefile - test/mca/pcm/base/Makefile - test/rte/Makefile - test/threads/Makefile - test/util/Makefile ]) AC_OUTPUT