]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
Added files to EXTRA_DIST
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 12 Sep 2006 01:21:15 +0000 (01:21 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 12 Sep 2006 01:21:15 +0000 (01:21 +0000)
ChangeLog
docs/Makefile.am
tests/confdata/Makefile.am

index 32a06bd0ae8dbc50f69e45f2daa2ee672f64cc43..3cba1c9e2adc85c09b3421daf22a42f98793b760 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index a9996526d60e99b82ae1148f8477a7191b55216d..4a0b20d8d7fc944932150d1fab5b1a6833750247 100644 (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=
index 8393a6f2b9ed8b252f1a30ad69f1da35d5df79de..5e97605d24527a78030f1c87b41f8aa18c40e253 100644 (file)
@@ -1,2 +1,2 @@
 
-EXTRA_DIST = $(wildcard *.in) $(wildcard *.out)
+EXTRA_DIST = $(wildcard *.conf) $(wildcard *.out)