From 624edd3be3e2b4d752b8a5daf0641679689c4dd2 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 21 Sep 2006 21:25:17 +0000 Subject: [PATCH] test/Makefile.am - rule to build "H5BlockTestAttributesF" * link to non-parallel versions of the library --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 19f2183..e1c0676 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -126,7 +126,7 @@ H5BlockTestAttributes: H5BlockTestAttributes.o H5BlockTestAttributesF.o: H5BlockTestAttributesF.f90 H5BlockTestAttributesF: H5BlockTestAttributesF.o - $(FC) -o $@ $< $(H5LIB) -lpH5PartF -lpH5Part $(LIBS) + $(FC) -o $@ $< $(H5LIB) -lH5PartF -lH5Part $(LIBS) H5BlockParTestScalarField.o: H5BlockParTestScalarField.c