diff options
Diffstat (limited to 'fortran/Makefile.in')
-rw-r--r-- | fortran/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fortran/Makefile.in b/fortran/Makefile.in index 40377fa..848bd77 100644 --- a/fortran/Makefile.in +++ b/fortran/Makefile.in @@ -271,6 +271,9 @@ RM = rm -f CP = cp TIME = time +# Path for hl needed in hdf5.h +INCLUDES = -I$(top_srcdir)/hl/src + # Some machines need a command to run executables; this is that command # so that our tests will run. # We use RUNTESTS instead of RUNSERIAL directly because it may be that |