diff options
Diffstat (limited to 'hl/tools/Makefile.in')
-rw-r--r-- | hl/tools/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hl/tools/Makefile.in b/hl/tools/Makefile.in index 64d704b..ec5ccb9 100644 --- a/hl/tools/Makefile.in +++ b/hl/tools/Makefile.in @@ -268,6 +268,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 |