summaryrefslogtreecommitdiffstats
path: root/hl/examples
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-11-10 19:56:04 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-11-10 19:56:04 (GMT)
commit911e79b273bddac85c698b77718516b8a8ee9ab2 (patch)
tree50541570407c04ef30d3c706de5ea75fd0993608 /hl/examples
parent227a79d5513e305d047020d96b1ac8b4f8bf44b5 (diff)
downloadhdf5-911e79b273bddac85c698b77718516b8a8ee9ab2.zip
hdf5-911e79b273bddac85c698b77718516b8a8ee9ab2.tar.gz
hdf5-911e79b273bddac85c698b77718516b8a8ee9ab2.tar.bz2
[svn-r12887] A fix for linking issues.
Should disable linking against shared libraries in Fortran for compilers that don't support shared libraries. Should also fix problem when the wrong Fortran file extension was specified. If these changes don't solve the Daily Test issues, I'll look at backing out the autotool version change until I have time to fix them. Tested on heping, kagiso, juniper.
Diffstat (limited to 'hl/examples')
-rw-r--r--hl/examples/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/hl/examples/Makefile.in b/hl/examples/Makefile.in
index b658a2a..71a85fc 100644
--- a/hl/examples/Makefile.in
+++ b/hl/examples/Makefile.in
@@ -134,6 +134,7 @@ F9XMODFLAG = @F9XMODFLAG@
F9XSUFFIXFLAG = @F9XSUFFIXFLAG@
FC = @FC@
FCFLAGS = @FCFLAGS@ @H5_FCFLAGS@
+FCFLAGS_f90 = @FCFLAGS_f90@
FCLIBS = @FCLIBS@
FFLAGS = @FFLAGS@
FILTERS = @FILTERS@