summaryrefslogtreecommitdiffstats
path: root/hl/c++/test/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'hl/c++/test/Makefile.in')
-rw-r--r--hl/c++/test/Makefile.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/hl/c++/test/Makefile.in b/hl/c++/test/Makefile.in
index 4aeb064..8ebea41 100644
--- a/hl/c++/test/Makefile.in
+++ b/hl/c++/test/Makefile.in
@@ -284,6 +284,13 @@ RM = rm -f
CP = cp
TIME = time
+# Path for hl needed in hdf5.h
+
+# Include directories
+INCLUDES = -I$(top_srcdir)/hl/src -I$(top_srcdir)/src \
+ -I$(top_srcdir)/hl/src -I$(top_srcdir)/hl/c++/src \
+ -I$(top_srcdir)/test
+
# 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
@@ -328,9 +335,6 @@ TRACE = perl $(top_srcdir)/bin/trace
# *.clog are from the MPE option.
CHECK_CLEANFILES = *.chkexe *.chklog *.clog
-# Include directories
-INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/hl/src -I$(top_srcdir)/hl/c++/src -I$(top_srcdir)/test
-
# Shared C++ libraries aren't universally supported.
@CXX_SHARED_CONDITIONAL_FALSE@AM_LDFLAGS = -static