summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-02-09 21:06:14 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-02-09 21:06:14 (GMT)
commitf6dd21fb11c6a5fa8503b0614715cdfdf738d380 (patch)
tree4ba95688ee5af3398b45b5d851040451ea01910f /Makefile.in
parent45ab968ad8c015b8fca0f6a56d1bee8a06ee067e (diff)
downloadhdf5-f6dd21fb11c6a5fa8503b0614715cdfdf738d380.zip
hdf5-f6dd21fb11c6a5fa8503b0614715cdfdf738d380.tar.gz
hdf5-f6dd21fb11c6a5fa8503b0614715cdfdf738d380.tar.bz2
[svn-r11931] Purpose:
bug fix Description: the linking order in Makefile.am of the gif2h5 tool was causing linking errors on some configurations (pgcc, --disable-shared) Solution: changed the order of the linking (hl before hdf5) Platforms tested: linux, several configurations solaris Misc. update:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 168de63..e2db879 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -359,8 +359,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
@BUILD_FORTRAN_CONDITIONAL_TRUE@FORTRAN_DIR = fortran
@BUILD_HDF5_HL_CONDITIONAL_FALSE@HDF5_HL_DIR =
@BUILD_HDF5_HL_CONDITIONAL_TRUE@HDF5_HL_DIR = hl
-SUBDIRS = src test $(TESTPARALLEL_DIR) $(CXX_DIR) \
- $(FORTRAN_DIR) $(HDF5_HL_DIR) tools .
+SUBDIRS = src test $(TESTPARALLEL_DIR) $(CXX_DIR) $(FORTRAN_DIR) \
+ $(HDF5_HL_DIR) tools .
DIST_SUBDIRS = src test testpar hl tools . c++ fortran perform examples