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.
1 parent d4ae7b3 commit 9a585f3Copy full SHA for 9a585f3
ompi/mpi/c/Makefile.am
@@ -44,7 +44,9 @@ if BUILD_MPI_BINDINGS_LAYER
44
noinst_LTLIBRARIES += libmpi_c_noprofile.la
45
endif
46
47
-headers = bindings.h
+headers = bindings.h \
48
+ abi.h \
49
+ abi_converts.h
50
51
#
52
# Template/prototype source files used for generating MPI functions
@@ -534,7 +536,7 @@ if BUILD_MPI_BINDINGS_LAYER
534
536
libmpi_c_la_LIBADD += libmpi_c_noprofile.la
535
537
538
-nobase_include_HEADERS = abi.h abi_converters.h standard_abi/mpi.h
539
+nobase_include_HEADERS = standard_abi/mpi.h
540
541
542
# List of all C files that have profile versions (*_generated.c files were
0 commit comments