From cfa09dc0e7a23c37fc2742d9ca3aeb3d815b9206 Mon Sep 17 00:00:00 2001 From: Andrew Friedley Date: Thu, 22 Sep 2005 16:04:46 +0000 Subject: [PATCH] Fix two more missing escapes. Sorry about breaking the tree with typos, I think this should fix all of them. This commit was SVN r7482. --- orte/mca/iof/null/Makefile.am | 2 +- orte/mca/pls/tm/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/orte/mca/iof/null/Makefile.am b/orte/mca/iof/null/Makefile.am index 25f294360d..642c3ea9c7 100644 --- a/orte/mca/iof/null/Makefile.am +++ b/orte/mca/iof/null/Makefile.am @@ -39,7 +39,7 @@ mcacomponentdir = $(libdir)/openmpi mcacomponent_LTLIBRARIES = $(component_install) mca_iof_null_la_SOURCES = $(null_SOURCES) mca_iof_null_la_LIBADD = \ - $(top_ompi_builddir)/orte/liborte.la + $(top_ompi_builddir)/orte/liborte.la \ $(top_ompi_builddir)/opallibopal.la mca_iof_null_la_LDFLAGS = -module -avoid-version diff --git a/orte/mca/pls/tm/Makefile.am b/orte/mca/pls/tm/Makefile.am index 985794153b..6c609d701f 100644 --- a/orte/mca/pls/tm/Makefile.am +++ b/orte/mca/pls/tm/Makefile.am @@ -47,7 +47,7 @@ mca_pls_tm_la_SOURCES = $(component_sources) mca_pls_tm_la_LDFLAGS = -module -avoid-version $(pls_tm_LDFLAGS) mca_pls_tm_la_LIBADD = \ $(pls_tm_LIBS) \ - $(top_ompi_builddir)/orte/liborte.la + $(top_ompi_builddir)/orte/liborte.la \ $(top_ompi_builddir)/opal/libopal.la noinst_LTLIBRARIES = $(lib)