From e76b68e5540e3c88968709209c7ec01712d9e1ac Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Wed, 11 Feb 2009 14:40:11 +0000 Subject: [PATCH] Replace a missing line so that the TM libs are included in dynamic builds This commit was SVN r20514. --- orte/mca/plm/tm/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/orte/mca/plm/tm/Makefile.am b/orte/mca/plm/tm/Makefile.am index 4f5e3b99ee..cbc0d4df48 100644 --- a/orte/mca/plm/tm/Makefile.am +++ b/orte/mca/plm/tm/Makefile.am @@ -45,6 +45,7 @@ mcacomponentdir = $(pkglibdir) mcacomponent_LTLIBRARIES = $(component) mca_plm_tm_la_SOURCES = $(component_sources) mca_plm_tm_la_LDFLAGS = -module -avoid-version $(plm_tm_LDFLAGS) +mca_plm_tm_la_LIBADD = $(plm_tm_LIBS) noinst_LTLIBRARIES = $(lib) libmca_plm_tm_la_SOURCES = $(lib_sources)