diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-04-20 21:28:05 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-04-20 21:28:05 (GMT) |
commit | aff66a3790e083fa13d05302a2191d6086268fc1 (patch) | |
tree | eb1074b16c80d359be225e7ffb68d3647f607406 /fortran/src/Makefile.am | |
parent | 5fd5aa58ca66c387551f1d79f0d49bbb76067109 (diff) | |
download | hdf5-aff66a3790e083fa13d05302a2191d6086268fc1.zip hdf5-aff66a3790e083fa13d05302a2191d6086268fc1.tar.gz hdf5-aff66a3790e083fa13d05302a2191d6086268fc1.tar.bz2 |
[svn-r26856] various intel compiler fixes
Diffstat (limited to 'fortran/src/Makefile.am')
-rw-r--r-- | fortran/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/Makefile.am b/fortran/src/Makefile.am index 13e250b..3b2c0a0 100644 --- a/fortran/src/Makefile.am +++ b/fortran/src/Makefile.am @@ -159,7 +159,7 @@ H5fortran_detect.F90: H5test_kind$(EXEEXT) # H5test_kind.F90 is included in the distribution, and Automake knows # how to compile a fortran program given its sources. -H5test_kind_SOURCES = H5test_kind.f90 +H5test_kind_SOURCES = H5test_kind.F90 # Mark this directory as part of the Fortran API FORTRAN_API=yes |