mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
Added files to EXTRA_DIST
This commit is contained in:
parent
3708258fad
commit
25786cc0db
@ -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
|
||||
|
@ -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=
|
||||
|
@ -1,2 +1,2 @@
|
||||
|
||||
EXTRA_DIST = $(wildcard *.in) $(wildcard *.out)
|
||||
EXTRA_DIST = $(wildcard *.conf) $(wildcard *.out)
|
||||
|
Loading…
Reference in New Issue
Block a user