summaryrefslogtreecommitdiffstats
path: root/fortran/test/Makefile.am
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2019-06-14 18:13:31 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2019-06-14 18:13:31 (GMT)
commit57d5c207d94bf876c934094cc7193858590a2c9f (patch)
treeec85579dda96c132764de301861950ce5c4a0845 /fortran/test/Makefile.am
parent650f9e616dbb60aa8ef1706a6968aacd1c23a568 (diff)
parent79916da3036f94a368ba8b29cb18c507e9939e16 (diff)
downloadhdf5-57d5c207d94bf876c934094cc7193858590a2c9f.zip
hdf5-57d5c207d94bf876c934094cc7193858590a2c9f.tar.gz
hdf5-57d5c207d94bf876c934094cc7193858590a2c9f.tar.bz2
Merge pull request #1734 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit '79916da3036f94a368ba8b29cb18c507e9939e16': added missing MOD dependency added missing MOD dependency
Diffstat (limited to 'fortran/test/Makefile.am')
-rw-r--r--fortran/test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/Makefile.am b/fortran/test/Makefile.am
index f0d7f03..30bb2a0 100644
--- a/fortran/test/Makefile.am
+++ b/fortran/test/Makefile.am
@@ -50,7 +50,7 @@ fortranlib_test_1_8_SOURCES = tH5O.F90 tH5A_1_8.F90 tH5G_1_8.F90 tH5MISC_1_8.F90
fortranlib_test_F03_SOURCES = tH5E_F03.F90 tH5F_F03.F90 tH5L_F03.F90 \
tH5O_F03.F90 tH5P_F03.F90 tH5T_F03.F90 tHDF5_F03.F90 fortranlib_test_F03.F90
-vol_connector_SOURCES=vol_connector.F90
+vol_connector_SOURCES=tf_gen.F90 tf.F90 vol_connector.F90
fflush1_SOURCES=fflush1.F90
fflush2_SOURCES=fflush2.F90