Added files to EXTRA_DIST

This commit is contained in:
Daniel P. Berrange 2006-09-12 01:21:15 +00:00
parent 3708258fad
commit 25786cc0db
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Tue Sep 11 20:23:42 EDT 2006 Daniel Berrange <berrange@redhat.com>
* 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 <berrange@redhat.com>
* src/xend_internal.c, src/xml.c: Added support for new 3.0.3

View File

@ -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=

View File

@ -1,2 +1,2 @@
EXTRA_DIST = $(wildcard *.in) $(wildcard *.out)
EXTRA_DIST = $(wildcard *.conf) $(wildcard *.out)