From ace430621de8a495087d321b743ed20c261eece9 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 24 Aug 2004 11:11:10 +0000 Subject: [PATCH] Ensure that gpr components are built and installed This commit was SVN r2276. --- src/dynamic-mca/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/dynamic-mca/Makefile.am b/src/dynamic-mca/Makefile.am index 5dceaf370b..2c5c72b255 100644 --- a/src/dynamic-mca/Makefile.am +++ b/src/dynamic-mca/Makefile.am @@ -8,6 +8,7 @@ SUBDIRS = \ allocator \ coll \ common \ + gpr \ io \ mpool \ llm \ @@ -19,6 +20,3 @@ SUBDIRS = \ pml \ ptl \ topo -# JMS Temporary hack to make "make dist" function properly; directories -# mentioned here will eventually be moved into SUBDIRS -DIST_SUBDIRS = $(SUBDIRS) gpr