summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>1999-08-15 17:19:50 +0000
committerDaniel Veillard <veillard@src.gnome.org>1999-08-15 17:19:50 +0000
commitb556eb58649b0f59d55acd6a99e56ed1bf4c97e5 (patch)
tree58c6f5359f026124e9674d69ba9fdc5a5d9daa5d
parent424af3912493b654c46e569b06b7cd58cb2947c9 (diff)
downloadlibxml2-b556eb58649b0f59d55acd6a99e56ed1bf4c97e5.tar.gz
Corrected xmlConf.sh missing in distrib, Daniel
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am10
-rw-r--r--libxml.spec.in1
3 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0882aa9a..1b4b8ebd 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 2b56ddd6..c87da83d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -238,6 +238,16 @@ dist-hook:
## 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 6486dd0f..b2fac0e1 100644
--- a/libxml.spec.in
+++ b/libxml.spec.in
@@ -106,4 +106,5 @@ rm -rf $RPM_BUILD_ROOT
%{prefix}/lib/lib*.so
%{prefix}/lib/*a
+%{prefix}/lib/*.sh
%{prefix}/include/*