File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
mpi/fortran/use-mpi-f08/mod Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,9 @@ libforce_usempif08_internal_modules_to_be_built_la_SOURCES = \
62
62
pmpi-f08-interfaces.F90 \
63
63
mpi-f08-interfaces-callbacks.F90
64
64
65
- noinst_HEADERS = mpi-f08-interfaces.h mpi-f08-rename .h
65
+ nodist_noinst_HEADERS = mpi-f08-interfaces.h
66
66
67
+ noinst_HEADERS = mpi-f08-rename.h
67
68
68
69
libforce_usempi_internal_modules_to_be_built.la : libusempif08_internal_modules.la
69
70
Original file line number Diff line number Diff line change 14
14
ompidir = $(ompiincludedir ) /mpiext
15
15
16
16
# This is the header file that is installed.
17
- ompi_HEADERS = mpiext_shortfloat_c.h
17
+ nodist_ompi_HEADERS = mpiext_shortfloat_c.h
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ ompidir = $(ompiincludedir)/mpiext
13
13
14
14
# Just like noinst_LTLIBRARIES, set this macro to empty and
15
15
# conditionally add to it later.
16
- ompi_HEADERS =
16
+ nodist_ompi_HEADERS =
17
17
18
18
# Use the Automake conditional to know if we're building the mpif.h
19
19
# bindings.
20
20
if OMPI_BUILD_FORTRAN_MPIFH_BINDINGS
21
21
22
22
# This is the header file that is installed.
23
- ompi_HEADERS += mpiext_shortfloat_mpifh.h
23
+ nodist_ompi_HEADERS += mpiext_shortfloat_mpifh.h
24
24
25
25
endif
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ if OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS
20
20
# mpiext_shortfloat_usempif08.h is automatically slurped up into the
21
21
# mpi_f08_ext module. It must be listed so that it is included in
22
22
# dist tarballs.
23
- noinst_HEADERS = mpiext_shortfloat_usempif08.h
23
+ nodist_noinst_HEADERS = mpiext_shortfloat_usempif08.h
24
24
25
25
endif
You can’t perform that action at this time.
0 commit comments