summaryrefslogtreecommitdiffstats
path: root/fortran/examples/Makefile.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-10-11 17:30:57 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-10-11 17:30:57 (GMT)
commit714b3018f34fbaa75de9395418a6354debe12f76 (patch)
treee9a32ba4d86839fbed5f813a0ec26a1bb830f7b9 /fortran/examples/Makefile.in
parent59a0d7d806c4363d062f53d38101b3a1cbe0e5d9 (diff)
downloadhdf5-714b3018f34fbaa75de9395418a6354debe12f76.zip
hdf5-714b3018f34fbaa75de9395418a6354debe12f76.tar.gz
hdf5-714b3018f34fbaa75de9395418a6354debe12f76.tar.bz2
[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
Diffstat (limited to 'fortran/examples/Makefile.in')
-rw-r--r--fortran/examples/Makefile.in2
1 files changed, 1 insertions, 1 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.