From 25786cc0db41e72a9f2612d80a2e2fda72c33833 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 12 Sep 2006 01:21:15 +0000 Subject: [PATCH] Added files to EXTRA_DIST --- ChangeLog | 6 ++++++ docs/Makefile.am | 3 ++- tests/confdata/Makefile.am | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 32a06bd0a..3cba1c9e2 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 a9996526d..4a0b20d8d 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 8393a6f2b..5e97605d2 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) -- 2.39.5