Skip to content

Commit b33dcce

Browse files
committed
rest of the ompio LIB_PREFIX name fix
1 parent e34f8fc commit b33dcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/io/ompio/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ mcacomponent_LTLIBRARIES = $(component_install)
3434
mca_io_ompio_la_SOURCES = $(headers) $(sources)
3535
mca_io_ompio_la_LDFLAGS = -module -avoid-version
3636
mca_io_ompio_la_LIBADD = $(io_ompio_LIBS) \
37-
$(OMPI_TOP_BUILDDIR)/ompi/mca/common/ompio/lib@OPAL_LIB_PREFIX@mca_common_ompio.la
37+
$(OMPI_TOP_BUILDDIR)/ompi/mca/common/ompio/lib@OMPI_LIB_PREFIX@mca_common_ompio.la
3838

3939
noinst_LTLIBRARIES = $(component_noinst)
4040
libmca_io_ompio_la_SOURCES = $(headers) $(sources)

0 commit comments

Comments
 (0)