From a90de5ef9634e81b39d67fdc4ba0f4492c7fd68b Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Sun, 9 May 2004 18:06:20 +0000 Subject: [PATCH] fix for a pedantic make check without make all request Daniel * Makefile.am: fix for a pedantic make check without make all request Daniel --- ChangeLog | 4 ++++ Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 939b4cc6..04679df3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun May 9 14:07:21 CEST 2004 Daniel Veillard + + * Makefile.am: fix for a pedantic make check without make all request + Sat May 8 22:56:22 CEST 2004 Daniel Veillard * uri.c xmlIO.c: fixing some problems in URI unescaping diff --git a/Makefile.am b/Makefile.am index 2dd69a3f..87d6e4f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -118,7 +118,7 @@ testReader_LDADD= $(LDADDS) #testOOM_DEPENDENCIES = $(DEPS) #testOOM_LDADD= $(LDADDS) -check-local: tests +check-local: all tests testall : tests SVGtests SAXtests