From 45ab968ad8c015b8fca0f6a56d1bee8a06ee067e Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Wed, 8 Feb 2006 12:12:35 -0500 Subject: [svn-r11926] Purpose: bug fix Description: the build order of the several folders was causing linking errors Solution: changed the "." to be the last to avoid it Platforms tested: linux Misc. update: --- Makefile.am | 4 ++-- Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index ae8b9d3..717fa9c 100755 --- a/Makefile.am +++ b/Makefile.am @@ -71,8 +71,8 @@ else HDF5_HL_DIR= endif -SUBDIRS = src test $(TESTPARALLEL_DIR) $(HDF5_HL_DIR) tools . $(CXX_DIR) \ - $(FORTRAN_DIR) +SUBDIRS = src test $(TESTPARALLEL_DIR) $(CXX_DIR) \ + $(FORTRAN_DIR) $(HDF5_HL_DIR) tools . DIST_SUBDIRS = src test testpar hl tools . c++ fortran perform examples diff --git a/Makefile.in b/Makefile.in index 45373df..168de63 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) $(HDF5_HL_DIR) tools . $(CXX_DIR) \ - $(FORTRAN_DIR) +SUBDIRS = src test $(TESTPARALLEL_DIR) $(CXX_DIR) \ + $(FORTRAN_DIR) $(HDF5_HL_DIR) tools . DIST_SUBDIRS = src test testpar hl tools . c++ fortran perform examples -- cgit v0.12