diff --git a/src/mpi/c/Makefile.am b/src/mpi/c/Makefile.am index fec1f6e972..7e637e984d 100644 --- a/src/mpi/c/Makefile.am +++ b/src/mpi/c/Makefile.am @@ -41,7 +41,9 @@ headers = bindings.h # libmpi_c_la_SOURCES = \ - attr_fn.c + attr_fn.c \ + wtick.c \ + wtime.c # # libmpi_c_mpi.la is only built in some cases (see above) @@ -350,9 +352,7 @@ libmpi_c_mpi_la_SOURCES = \ win_start.c \ win_test.c \ win_unlock.c \ - win_wait.c \ - wtick.c \ - wtime.c + win_wait.c EXTRA_DIST = $(libmpi_c_mpi_la_SOURCES) # Conditionally install the header files diff --git a/src/mpi/c/profile/Makefile.am b/src/mpi/c/profile/Makefile.am index b967d61d84..002a7a4382 100644 --- a/src/mpi/c/profile/Makefile.am +++ b/src/mpi/c/profile/Makefile.am @@ -331,9 +331,7 @@ nodist_libmpi_c_pmpi_la_SOURCES = \ pwin_start.c \ pwin_test.c \ pwin_unlock.c \ - pwin_wait.c \ - pwtick.c \ - pwtime.c + pwin_wait.c # # Sym link in the sources from the real MPI directory diff --git a/src/mpi/f77/Makefile.am b/src/mpi/f77/Makefile.am index aa1c880f7a..9bd060f57a 100644 --- a/src/mpi/f77/Makefile.am +++ b/src/mpi/f77/Makefile.am @@ -48,7 +48,9 @@ headers = \ # libmpi_f77_la_SOURCES = \ - attr_fn_f.c + attr_fn_f.c \ + wtick_f.c \ + wtime_f.c # # libmpi_c_mpi.la is only built in some cases (see above) @@ -337,9 +339,7 @@ libmpi_f77_mpi_la_SOURCES = \ win_start_f.c \ win_test_f.c \ win_unlock_f.c \ - win_wait_f.c \ - wtick_f.c \ - wtime_f.c + win_wait_f.c EXTRA_DIST = $(libmpi_f77_mpi_la_SOURCES) diff --git a/src/mpi/f77/profile/Makefile.am b/src/mpi/f77/profile/Makefile.am index 4bd4c75c6f..cb46f9cc88 100644 --- a/src/mpi/f77/profile/Makefile.am +++ b/src/mpi/f77/profile/Makefile.am @@ -308,9 +308,7 @@ nodist_libmpi_f77_pmpi_la_SOURCES = \ pwin_start_f.c \ pwin_test_f.c \ pwin_unlock_f.c \ - pwin_wait_f.c \ - pwtick_f.c \ - pwtime_f.c + pwin_wait_f.c # # Sym link in the sources from the real MPI directory