diff options
Diffstat (limited to 'fortran/src')
-rw-r--r-- | fortran/src/H5f90.h | 1 | ||||
-rw-r--r-- | fortran/src/H5f90i.h | 6 | ||||
-rw-r--r-- | fortran/src/Makefile.am | 2 | ||||
-rw-r--r-- | fortran/src/Makefile.in | 2 |
4 files changed, 5 insertions, 6 deletions
diff --git a/fortran/src/H5f90.h b/fortran/src/H5f90.h index a56cb0c..864da1c 100644 --- a/fortran/src/H5f90.h +++ b/fortran/src/H5f90.h @@ -17,6 +17,7 @@ #define _H5f90_H #include "hdf5.h" +#include "H5private.h" #include "H5f90i.h" #include "H5f90proto.h" diff --git a/fortran/src/H5f90i.h b/fortran/src/H5f90i.h index 221e854..d3a30e9 100644 --- a/fortran/src/H5f90i.h +++ b/fortran/src/H5f90i.h @@ -16,12 +16,6 @@ #ifndef _H5f90i_H #define _H5f90i_H -/* - * Standard header files needed all the time - */ - -#include "H5private.h" - /* * Include generated header. This header defines integer types, * so this file only needs to define _fcd and real_f. diff --git a/fortran/src/Makefile.am b/fortran/src/Makefile.am index efc1aa2..da4549c 100644 --- a/fortran/src/Makefile.am +++ b/fortran/src/Makefile.am @@ -131,6 +131,8 @@ H5fort_type_defines.h: H5fortran_detect # 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 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 |