Skip to content

Commit db4039f

Browse files
committed
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 <[email protected]>
1 parent 2b2ea2f commit db4039f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orte/mca/ess/alps/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ component_noinst = libmca_ess_alps.la
3535
component_install =
3636
endif
3737

38-
mcacomponentdir = $(ompilibdir)
38+
mcacomponentdir = $(ortelibdir)
3939
mcacomponent_LTLIBRARIES = $(component_install)
4040
mca_ess_alps_la_SOURCES = $(sources)
4141
mca_ess_alps_la_CPPFLAGS = $(ess_alps_CPPFLAGS)

0 commit comments

Comments
 (0)