summaryrefslogtreecommitdiffstats
path: root/fortran/test/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/test/Makefile.in')
-rw-r--r--fortran/test/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in
index 59a56e6..74fe392 100644
--- a/fortran/test/Makefile.in
+++ b/fortran/test/Makefile.in
@@ -5,11 +5,11 @@
##
##
top_srcdir=@top_srcdir@
-top_builddir=..
+top_builddir=../..
srcdir=@srcdir@
@COMMENCE@
-hdf5_dir=$(top_srcdir)/../src
+hdf5_dir=$(top_builddir)/../src
## Add include directory to the C preprocessor flags and the h5test and hdf5
## libraries to the library list.