1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-25 23:21:26 +03:00

Kjartan Maraas provided a small patch to add xml2-config.in to EXTRA_DIST

* Makefile.am: Kjartan Maraas provided a small patch to
  add xml2-config.in to EXTRA_DIST
Daniel
This commit is contained in:
Daniel Veillard 2001-06-19 12:51:30 +00:00
parent a9142e74c5
commit 3739b98927
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* Makefile.am: Kjartan Maraas provided a small patch to
add xml2-config.in to EXTRA_DIST
Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* valid.c tree.c parserInternals.c parser.c: Stephan Kulow

View File

@ -444,7 +444,8 @@ CLEANFILES=xml2Conf.sh
confexecdir=$(libdir)
confexec_DATA = xml2Conf.sh
EXTRA_DIST = xml2Conf.sh.in libxml.spec.in libxml.spec libxml.m4 \
EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml.spec \
libxml.m4 \
example/Makefile.am example/gjobread.c example/gjobs.xml \
$(man_MANS) libxml-2.0.pc.in xmlversion.h.in \
win32/README.MSDev win32/Makefile.mingw \