fix for a pedantic make check without make all request Daniel

* Makefile.am: fix for a pedantic make check without make all request
Daniel
diff --git a/ChangeLog b/ChangeLog
index 939b4cc..04679df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun May  9 14:07:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
+
+	* Makefile.am: fix for a pedantic make check without make all request
+
 Sat May  8 22:56:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
 
 	* uri.c xmlIO.c: fixing some problems in URI unescaping
diff --git a/Makefile.am b/Makefile.am
index 2dd69a3..87d6e4f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -118,7 +118,7 @@
 #testOOM_DEPENDENCIES = $(DEPS)
 #testOOM_LDADD= $(LDADDS)
 
-check-local: tests
+check-local: all tests
 
 testall : tests SVGtests SAXtests