From db4039f565bb8b0f0a59ff1a6b58b40ee75e38b4 Mon Sep 17 00:00:00 2001 From: Howard Pritchard Date: Tue, 31 Jan 2017 21:56:16 -0600 Subject: [PATCH] ess/alps: fix problem in makefile ./autogen.pl --no-ompi doesn't work without this fix when alps can be configured. Signed-off-by: Howard Pritchard --- orte/mca/ess/alps/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/ess/alps/Makefile.am b/orte/mca/ess/alps/Makefile.am index c9b02d29fe..b7e286e3da 100644 --- a/orte/mca/ess/alps/Makefile.am +++ b/orte/mca/ess/alps/Makefile.am @@ -35,7 +35,7 @@ component_noinst = libmca_ess_alps.la component_install = endif -mcacomponentdir = $(ompilibdir) +mcacomponentdir = $(ortelibdir) mcacomponent_LTLIBRARIES = $(component_install) mca_ess_alps_la_SOURCES = $(sources) mca_ess_alps_la_CPPFLAGS = $(ess_alps_CPPFLAGS)