We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ceea0e + bcca452 commit a519b57Copy full SHA for a519b57
ompi/mca/fbtl/posix/Makefile.am
@@ -34,7 +34,8 @@ mcacomponentdir = $(ompilibdir)
34
mcacomponent_LTLIBRARIES = $(component_install)
35
mca_fbtl_posix_la_SOURCES = $(sources)
36
mca_fbtl_posix_la_LDFLAGS = -module -avoid-version
37
-mca_fbtl_posix_la_LIBADD = $(top_builddir)/ompi/lib@OMPI_LIBMPI_NAME@.la
+mca_fbtl_posix_la_LIBADD = $(top_builddir)/ompi/lib@OMPI_LIBMPI_NAME@.la \
38
+ $(OMPI_TOP_BUILDDIR)/ompi/mca/common/ompio/libmca_common_ompio.la
39
40
noinst_LTLIBRARIES = $(component_noinst)
41
libmca_fbtl_posix_la_SOURCES = $(sources)
0 commit comments