1
1

Ensure that mpi_sizeof.f90 is added to the build

This commit was SVN r9925.
Этот коммит содержится в:
Jeff Squyres 2006-05-15 19:32:01 +00:00
родитель 332954e168
Коммит 3e60cd163e

Просмотреть файл

@ -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