From c0216d2da714cd773d1dc6f36eed59c7cd7d0e3b Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 15 Sep 2006 23:43:17 +0000 Subject: [PATCH] test/Makefile.am - bugfix in rule to build "H5BlockDissolveGhosts" --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 28d511b..5cf3f2b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -154,7 +154,7 @@ H5BlockDissolveGhosts.o: H5BlockDissolveGhosts.c $(CC) $(CFLAGS) $(INC) -g -c $< H5BlockDissolveGhosts: H5BlockDissolveGhosts.o - $(CC) -o $@ $< $(H5PLIB) $(LIBS) + $(CC) -o $@ $< $(H5PLIB) $(PLIBS) ############################################################################### clean: