diff options
-rw-r--r-- | fortran/test/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in index 1d74697..c8bbba8 100644 --- a/fortran/test/Makefile.in +++ b/fortran/test/Makefile.in @@ -18,7 +18,9 @@ top_builddir=../.. srcdir=@srcdir@ @COMMENCE@ +hdf5_srcdir=$(top_srcdir)/src hdf5_builddir=$(top_builddir)/src +CPPFLAGS=-I. -I$(hdf5_builddir) -I$(hdf5_srcdir) @CPPFLAGS@ ## Add include directory to the C preprocessor flags and the h5test and hdf5 ## libraries to the library list. |