Corrected xmlConf.sh missing in distrib, Daniel
diff --git a/ChangeLog b/ChangeLog
index 0882aa9..1b4b8eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
+
+	* Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
+	  the distribution due to a cut'n paste error at last commit
+
 Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
 
 	* configure.in: upgraded to version 1.4.0
diff --git a/Makefile.am b/Makefile.am
index 2b56ddd..c87da83 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -238,6 +238,16 @@
 ## the value NONE in configure if the user doesn't specify them (this
 ## is an autoconf feature, not a bug).
 
+confexecdir=$(libdir)
+confexec_DATA = xmlConf.sh
+
+EXTRA_DIST = xmlConf.sh.in
+
+confexecdir=$(libdir)
+confexec_DATA = xmlConf.sh
+EXTRA_DIST = xmlConf.sh.in libxml.spec.in test result SAXresult \
+             example/Makefile.am example/gjobread.c example/gjobs.xml
+
 xmlConf.sh: xmlConf.sh.in Makefile
 ## Use sed and then mv to avoid problems if the user interrupts.
 	sed -e 's?\@XML_LIBDIR\@?$(XML_LIBDIR)?g' \
diff --git a/libxml.spec.in b/libxml.spec.in
index 6486dd0..b2fac0e 100644
--- a/libxml.spec.in
+++ b/libxml.spec.in
@@ -106,4 +106,5 @@
 
 %{prefix}/lib/lib*.so
 %{prefix}/lib/*a
+%{prefix}/lib/*.sh
 %{prefix}/include/*