summaryrefslogtreecommitdiffstats
path: root/fortran/test/Makefile.am
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2012-07-03 01:16:45 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2012-07-03 01:16:45 (GMT)
commitce47ef777fe04aeaaf9ccbfd9a9643bbfe1d9fbd (patch)
treefc033d052ee5a985e773fbe1ddd777a31a59eea2 /fortran/test/Makefile.am
parent720769743e8f9abdc6f3f764c1f2c9332bf04337 (diff)
downloadhdf5-ce47ef777fe04aeaaf9ccbfd9a9643bbfe1d9fbd.zip
hdf5-ce47ef777fe04aeaaf9ccbfd9a9643bbfe1d9fbd.tar.gz
hdf5-ce47ef777fe04aeaaf9ccbfd9a9643bbfe1d9fbd.tar.bz2
[svn-r22510] Enabled the compilation of tH5E_F03.f90
Diffstat (limited to 'fortran/test/Makefile.am')
-rw-r--r--fortran/test/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/fortran/test/Makefile.am b/fortran/test/Makefile.am
index b05d651..b261785 100644
--- a/fortran/test/Makefile.am
+++ b/fortran/test/Makefile.am
@@ -67,12 +67,8 @@ fortranlib_test_1_8_SOURCES = fortranlib_test_1_8.f90 \
tH5F.f90 tH5O.f90 tH5A_1_8.f90 tH5G_1_8.f90
if FORTRAN_2003_CONDITIONAL_F
-# NAG Fortran compiler doesn't like the current tH5E_F03.f90 file that has only comments
-# and no executable statements.
-# Removed from the list of modules to build. EIP 2012-06-28
-# tH5F.f90 tH5E_F03.f90 tH5L_F03.f90 tH5P_F03.f90 tH5T_F03.f90
fortranlib_test_F03_SOURCES = fortranlib_test_F03.f90 \
- tH5F.f90 tH5L_F03.f90 tH5P_F03.f90 tH5T_F03.f90
+ tH5F.f90 tH5E_F03.f90 tH5L_F03.f90 tH5P_F03.f90 tH5T_F03.f90
endif