diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2005-01-12 01:47:33 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2005-01-12 01:47:33 (GMT) |
commit | 41fc9d427d007cdaf6bad150bd376ed655614be3 (patch) | |
tree | 3bd978537960acb6f806e9cef1e903e8bd5e83e4 /fortran | |
parent | d1df65a310a76b12aed848223465d511f08e1eec (diff) | |
download | hdf5-41fc9d427d007cdaf6bad150bd376ed655614be3.zip hdf5-41fc9d427d007cdaf6bad150bd376ed655614be3.tar.gz hdf5-41fc9d427d007cdaf6bad150bd376ed655614be3.tar.bz2 |
[svn-r9810] Purpose: Bug fix
Description: libh5test_fortran.a(la) files were installed by
make install
Solution: Figure out why C test library is not installed and used the
same trick.
Platforms tested: eirene, mir (too minor for h5committest)
Misc. update:
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in index 7359230..75d7436 100644 --- a/fortran/test/Makefile.in +++ b/fortran/test/Makefile.in @@ -44,7 +44,7 @@ FORTLIBTEST_CSRC = t.c FORTLIBTEST_OBJ=$(FORTLIBTEST_FSRC:.f90=.lo) $(FORTLIBTEST_CSRC:.c=.lo) TEST_OBJ=$(FORTLIBTEST_OBJ) $(TEST_PROGS_SRC:.f90=.lo) - +PUB_LIB= ## Temporary files MOSTLYCLEAN=*.h5 *.tmp |