Added test and result to EXTRA_DIST, Daniel
diff --git a/ChangeLog b/ChangeLog
index c7ca40e..19b8c69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Apr  2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
+
+	* Makefile.am: added test result to EXTRA_DIST for make tests
+
 Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
 
 	* parser.c, parserInternals.h: moved the chars macro definitions
diff --git a/Makefile.am b/Makefile.am
index 26435d9..beae84e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,7 +61,7 @@
 confexecdir=$(libdir)
 confexec_DATA = xmlConf.sh
 
-EXTRA_DIST = xmlConf.sh.in libxml.spec.in
+EXTRA_DIST = xmlConf.sh.in libxml.spec.in test result
 
 dist-hook:
 	cp libxml.spec $(distdir)