From 41fc9d427d007cdaf6bad150bd376ed655614be3 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Tue, 11 Jan 2005 20:47:33 -0500 Subject: [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: --- fortran/test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12