summaryrefslogtreecommitdiffstats
path: root/fortran/examples/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/examples/Makefile.in')
-rw-r--r--fortran/examples/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in
index 805280e..471f029 100644
--- a/fortran/examples/Makefile.in
+++ b/fortran/examples/Makefile.in
@@ -9,7 +9,7 @@ top_builddir=../..
srcdir=@srcdir@
@COMMENCE@
-hdf5_dir=$(top_builddir)/../src
+hdf5_builddir=$(top_builddir)/../src
## Add include directory to the C preprocessor flags and the h5test and hdf5
## libraries to the library list.
@@ -17,7 +17,7 @@ LT_LINK_LIB=$(LT) --mode=link $(F9X) -static -rpath $(libdir)
MFLAG=@F9XMODFLAG@
FFLAGS=$(MFLAG). $(MFLAG)../src
FLIB=../src/libhdf5_fortran.la
-HDF5LIB=$(hdf5_dir)/libhdf5.la
+HDF5LIB=$(hdf5_builddir)/libhdf5.la
## These are the programs that `make all' or `make tests' will build and which
## `make check' will run. List them in the order they should be run.