diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-10-11 17:09:28 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-10-11 17:09:28 (GMT) |
commit | 7d4886e379d95f1bac250f2d056ef96e161e30ce (patch) | |
tree | cd1d92322891e3557eeb8f3c5d883cb292aea4ed /fortran/examples | |
parent | c21431a67e5fdbdd762c3773b44b00f6cee79441 (diff) | |
download | hdf5-7d4886e379d95f1bac250f2d056ef96e161e30ce.zip hdf5-7d4886e379d95f1bac250f2d056ef96e161e30ce.tar.gz hdf5-7d4886e379d95f1bac250f2d056ef96e161e30ce.tar.bz2 |
[svn-r2664] Purpose:
*sigh*
Description:
Wasn't picking up a header file which is in the source directory.
Solution:
Changed some flags so that it does this now.
Platforms tested:
Modi4
Diffstat (limited to 'fortran/examples')
-rw-r--r-- | fortran/examples/Makefile.in | 4 |
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. |