summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-03-19 00:10:09 (GMT)
committerGitHub <noreply@github.com>2023-03-19 00:10:09 (GMT)
commit16a090486b984f6d9e2abf04c1817dfcfeacc7ce (patch)
tree7c26ffd2fb7637b971463b6eab20db0692d04b65 /fortran
parente190055df39e7e88ffdb829958b66b0a6384b675 (diff)
downloadhdf5-16a090486b984f6d9e2abf04c1817dfcfeacc7ce.zip
hdf5-16a090486b984f6d9e2abf04c1817dfcfeacc7ce.tar.gz
hdf5-16a090486b984f6d9e2abf04c1817dfcfeacc7ce.tar.bz2
Move Autotools VFD list to conclude.am (#2592)
As in develop
Diffstat (limited to 'fortran')
-rw-r--r--fortran/Makefile.am1
-rw-r--r--fortran/src/Makefile.am4
2 files changed, 3 insertions, 2 deletions
diff --git a/fortran/Makefile.am b/fortran/Makefile.am
index 99cf666..c17245d 100644
--- a/fortran/Makefile.am
+++ b/fortran/Makefile.am
@@ -36,6 +36,7 @@ endif
## Only recurse into subdirectories if HDF5 is configured to use Fortran.
if BUILD_FORTRAN_CONDITIONAL
SUBDIRS=src $(TESTSERIAL_DIR) $(TESTPARALLEL_DIR)
+
endif
# All directories that have Makefiles
diff --git a/fortran/src/Makefile.am b/fortran/src/Makefile.am
index 8135926..13eeac7 100644
--- a/fortran/src/Makefile.am
+++ b/fortran/src/Makefile.am
@@ -40,8 +40,8 @@ else
endif
# Source files for the library.
-libhdf5_fortran_la_SOURCES=H5f90global.F90 \
- H5fortran_types.F90 H5_ff.F90 H5Aff.F90 H5Dff.F90 H5Eff.F90 \
+libhdf5_fortran_la_SOURCES=H5fortran_types.F90 H5f90global.F90 \
+ H5_ff.F90 H5Aff.F90 H5Dff.F90 H5Eff.F90 \
H5Fff.F90 H5Gff.F90 H5Iff.F90 H5Lff.F90 H5Off.F90 H5Pff.F90 H5Rff.F90 H5Sff.F90 \
H5Tff.F90 H5Zff.F90 H5_gen.F90 H5fortkit.F90 \
H5f90kit.c H5_f.c H5Af.c H5Df.c H5Ef.c H5Ff.c H5Gf.c \