diff options
Diffstat (limited to 'hl')
-rw-r--r-- | hl/fortran/test/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hl/fortran/test/Makefile.in b/hl/fortran/test/Makefile.in index 20c8fe2..87d433a 100644 --- a/hl/fortran/test/Makefile.in +++ b/hl/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 @F9XMODFLAG@../../fortran/src @FSEARCH_DIRS@ ## Add include directory to the C preprocessor flags and the h5test and hdf5 ## libraries to the library list. |