From 714b3018f34fbaa75de9395418a6354debe12f76 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 11 Oct 2000 12:30:57 -0500 Subject: [svn-r2668] Purpose: Bug Fix Description: Wasn't picking up the header files from the proper source and build directories. There were some funky things happening in there. Solution: Put the correct path in. Platforms tested: Modi4 --- fortran/examples/Makefile.in | 2 +- fortran/src/Makefile.in | 4 ++-- fortran/test/Makefile.in | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in index 471f029..cf1117f 100644 --- a/fortran/examples/Makefile.in +++ b/fortran/examples/Makefile.in @@ -9,7 +9,7 @@ top_builddir=../.. srcdir=@srcdir@ @COMMENCE@ -hdf5_builddir=$(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. diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index 3955d9f..b723933 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -9,8 +9,8 @@ top_builddir=../.. srcdir=@srcdir@ @COMMENCE@ -hdf5_builddir=$(top_builddir)/../src -hdf5_srcdir=$(top_srcdir)/src +hdf5_srcdir=$(top_srcdir)/../src +hdf5_builddir=$(top_builddir)/src TRACE=perl $(top_srcdir)/bin/trace diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in index 3b712ff..d6def35 100644 --- a/fortran/test/Makefile.in +++ b/fortran/test/Makefile.in @@ -9,8 +9,7 @@ top_builddir=../.. srcdir=@srcdir@ @COMMENCE@ -hdf5_builddir=$(top_builddir)/../src -hdf5_builddir=$(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. -- cgit v0.12