diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-04-26 18:10:31 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-04-26 18:10:31 (GMT) |
commit | 139c899ba174fb8786cd4ad3723d9848f93f0c7b (patch) | |
tree | 92a37741193bf193db601895cd078913358c7204 /fortran/src/Makefile.in | |
parent | 6bc71d32f923e4848aea5c5169df30ce28f1cf4a (diff) | |
download | hdf5-139c899ba174fb8786cd4ad3723d9848f93f0c7b.zip hdf5-139c899ba174fb8786cd4ad3723d9848f93f0c7b.tar.gz hdf5-139c899ba174fb8786cd4ad3723d9848f93f0c7b.tar.bz2 |
[svn-r10667] Purpose:
Bug fix
Description:
Made High-Level Fortran code use automatically generated headers
rather than a separate hardcoded header.
Solution:
Set hdf5/hl/fortran/src to include hdf5/fortran/src, so that it
will find the copy of H5f90i.h in that directory.
Took #include "H5private.h" out of H5f90i.h (and moved it to files
that included H5f90i.h.
Platforms tested:
mir, modi4, pommier
Diffstat (limited to 'fortran/src/Makefile.in')
-rw-r--r-- | fortran/src/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index 9c828f3..6cfae71 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -385,6 +385,8 @@ BUILT_SOURCES = H5f90i_gen.h # Automake knows how to build fortran programs if we tell it the source # files. +# H5fortran_detect_gen.f90 is generated by running H5fortran_detect.f90. +# Only developers should need to do so. H5fortran_detect_SOURCES = H5fortran_detect.f90 # Mark this directory as part of the Fortran API |