summaryrefslogtreecommitdiffstats
path: root/hl/test/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'hl/test/Makefile.in')
-rw-r--r--hl/test/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/hl/test/Makefile.in b/hl/test/Makefile.in
index d98d0bc..5ab6f4a 100644
--- a/hl/test/Makefile.in
+++ b/hl/test/Makefile.in
@@ -11,7 +11,8 @@ srcdir=@srcdir@
## Add include directory to the C preprocessor flags and the h5test and hdf5
## libraries to the library list.
-CPPFLAGS=-I. -I$(srcdir) -I../src -I$(top_srcdir)/src @CPPFLAGS@
+CPPFLAGS=-I. -I$(srcdir) -I$(top_builddir)/src -I$(top_srcdir)/src -I$(top_srcdir)/hl/src @CPPFLAGS@
+
## These are our main targets. They should be listed in the order to be
## executed, generally most specific tests to least specific tests.