From: Daniel P. Berrange Date: Tue, 12 Sep 2006 01:21:15 +0000 (+0000) Subject: Added files to EXTRA_DIST X-Git-Tag: LIBVIRT_0_1_6~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25786cc0db41e72a9f2612d80a2e2fda72c33833;p=thirdparty%2Flibvirt.git Added files to EXTRA_DIST --- diff --git a/ChangeLog b/ChangeLog index 32a06bd0ae..3cba1c9e2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Sep 11 20:23:42 EDT 2006 Daniel Berrange + + * docs/Makefile.am: Added test XML files to EXTRA_DIST + * tests/confdata/Makefile.am: Fix typo to ensure config + files needed by test are distributed + Tue Sep 11 20:11:05 EDT 2006 Daniel Berrange * src/xend_internal.c, src/xml.c: Added support for new 3.0.3 diff --git a/docs/Makefile.am b/docs/Makefile.am index a9996526d6..4a0b20d8d7 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -9,7 +9,8 @@ APIPAGES=APIconstructors.html APIfiles.html APIfunctions.html \ APIsymbols.html APIchunk0.html EXTRA_DIST= \ libvirt-api.xml libvirt-refs.xml apibuild.py \ - *.xsl *.html *.gif html/*.html html/*.png + *.xsl *.html *.gif html/*.html html/*.png \ + test*.xml man_MANS= diff --git a/tests/confdata/Makefile.am b/tests/confdata/Makefile.am index 8393a6f2b9..5e97605d24 100644 --- a/tests/confdata/Makefile.am +++ b/tests/confdata/Makefile.am @@ -1,2 +1,2 @@ -EXTRA_DIST = $(wildcard *.in) $(wildcard *.out) +EXTRA_DIST = $(wildcard *.conf) $(wildcard *.out)