Skip to content

Commit 9a585f3

Browse files
committed
do not install abi.h and abi_converters.h
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent d4ae7b3 commit 9a585f3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ompi/mpi/c/Makefile.am

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ if BUILD_MPI_BINDINGS_LAYER
4444
noinst_LTLIBRARIES += libmpi_c_noprofile.la
4545
endif
4646

47-
headers = bindings.h
47+
headers = bindings.h \
48+
abi.h \
49+
abi_converts.h
4850

4951
#
5052
# Template/prototype source files used for generating MPI functions
@@ -534,7 +536,7 @@ if BUILD_MPI_BINDINGS_LAYER
534536
libmpi_c_la_LIBADD += libmpi_c_noprofile.la
535537
endif
536538

537-
nobase_include_HEADERS = abi.h abi_converters.h standard_abi/mpi.h
539+
nobase_include_HEADERS = standard_abi/mpi.h
538540

539541
#
540542
# List of all C files that have profile versions (*_generated.c files were

0 commit comments

Comments
 (0)