From 3e60cd163e22aa50b6b822b34d7765237cb3fe55 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 15 May 2006 19:32:01 +0000 Subject: [PATCH] Ensure that mpi_sizeof.f90 is added to the build This commit was SVN r9925. --- ompi/mpi/f90/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mpi/f90/Makefile.am b/ompi/mpi/f90/Makefile.am index 0df9fef416..b7ffa6bba2 100644 --- a/ompi/mpi/f90/Makefile.am +++ b/ompi/mpi/f90/Makefile.am @@ -232,7 +232,7 @@ large_sources = \ # The rest of the files that are in the library depend on which size # we're building. -nodist_libmpi_f90_a_SOURCES = +nodist_libmpi_f90_a_SOURCES = mpi_sizeof.f90 if OMPI_WANT_BUILD_F90_MEDIUM nodist_libmpi_f90_a_SOURCES += $(medium_sources) endif