summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
Diffstat (limited to 'fortran')
-rw-r--r--fortran/test/Makefile.in1
-rw-r--r--fortran/testpar/Makefile.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in
index 0cd17e6..1d82c28 100644
--- a/fortran/test/Makefile.in
+++ b/fortran/test/Makefile.in
@@ -23,6 +23,7 @@ HDF_FORTRAN="yes"
hdf5_srcdir=$(top_srcdir)/src
hdf5_builddir=$(top_builddir)/src
CPPFLAGS=-I. -I$(hdf5_builddir) -I$(hdf5_srcdir) @CPPFLAGS@
+FSEARCH_DIRS =@F9XMODFLAG@../src @FSEARCH_DIRS@
## Add include directory to the C preprocessor flags and the h5test and hdf5
## libraries to the library list.
diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in
index 863da35..916c021 100644
--- a/fortran/testpar/Makefile.in
+++ b/fortran/testpar/Makefile.in
@@ -28,6 +28,7 @@ LIBFORTRAN=../src/libhdf5_fortran.la
LIBHDF5=$(hdf5_builddir)/libhdf5.la
FTLIB=../test/libh5test_fortran.la
CTLIB=../../test/libh5test.la
+FSEARCH_DIRS =@F9XMODFLAG@../src @FSEARCH_DIRS@
## These tests are parallel
RUNTEST=$(RUNPARALLEL)