Skip to content

Commit 16569c0

Browse files
hppritchajtronge
authored andcommitted
add AM_FCFLAGS to file list specific
FC flags Signed-off-by: Howard Pritchard <[email protected]>
1 parent b248feb commit 16569c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ompi/mpi/fortran/use-mpi-f08/Makefile.am

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ lib@OMPI_LIBMPI_NAME@_usempif08_la_SOURCES = \
519519
mpi-f08.F90
520520

521521
lib@OMPI_LIBMPI_NAME@_usempif08_la_FCFLAGS = \
522+
$(AM_FCFLAGS) \
522523
-DOMPI_BUILD_MPI_PROFILING=0
523524

524525
# These are generated; do not ship them
@@ -961,7 +962,9 @@ noinst_LTLIBRARIES = libmpi_usempif08_pmpi.la
961962
nodist_libmpi_usempif08_pmpi_la_SOURCES = \
962963
$(pmpi_api_files)
963964

964-
nodist_libmpi_usempif08_pmpi_la_FCFLAGS = -DOMPI_BUILD_MPI_PROFILING=1
965+
nodist_libmpi_usempif08_pmpi_la_FCFLAGS = \
966+
$(AM_FCFLAGS) \
967+
-DOMPI_BUILD_MPI_PROFILING=1
965968
#
966969
# Sym link in the real sources
967970
#

0 commit comments

Comments
 (0)