summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
Diffstat (limited to 'fortran')
-rw-r--r--fortran/examples/Makefile.in4
-rw-r--r--fortran/src/Makefile.in2
-rw-r--r--fortran/test/Makefile.in4
3 files changed, 5 insertions, 5 deletions
diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in
index 0ef7d55..805280e 100644
--- a/fortran/examples/Makefile.in
+++ b/fortran/examples/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.
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index 364c0c3..fb86819 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -5,7 +5,7 @@
## All rights reserved.
##
top_srcdir=@top_srcdir@
-top_builddir=@top_builddir@
+top_builddir=../..
srcdir=@srcdir@
@COMMENCE@
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.