From 7f2cb8bcaf76f5f9f10a42bea9393a50188cf55a Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 22 Sep 2006 22:42:28 +0000 Subject: [PATCH] test/Makefile.am - bugfix in rule to build "H5test" --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index e1c0676..f9a0b2c 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -104,7 +104,7 @@ H5testFpar.o: H5testFpar.f90 ############################################################################### H5test: H5test.o - $(CXX) -o $@ -c $< $(H5LIB) -lH5Part $(LIBS) + $(CXX) -o $@ $< $(H5LIB) $(LIBS) H5test.o: H5test.cc $(CXX) $(CFLAGS) $(INC) -DREGRESSIONTEST -g -c $<