summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-01-19 18:47:45 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-01-19 18:47:55 +0000
commit826e754c14b9c5cfeb2fef9341e96675b372aeb1 (patch)
treee95896d8fc7c3dd39dfb84d2dbbe13908eca563c
parent1061ae4a1a0c78120f9dc433416d5a711c8ceb23 (diff)
downloadvirt-what-826e754c14b9c5cfeb2fef9341e96675b372aeb1.tar.gz
virt-what-826e754c14b9c5cfeb2fef9341e96675b372aeb1.tar.xz
virt-what-826e754c14b9c5cfeb2fef9341e96675b372aeb1.zip
Add missing files to EXTRA_DIST.
-rw-r--r--Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 08336d7..4b54b50 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,6 +45,12 @@ EXTRA_DIST = \
tests/qemu/sbin/virt-what-cpuid-helper \
tests/rhel5-xen-dom0/proc/cpuinfo \
tests/rhel5-xen-dom0/proc/self/status \
+ tests/rhel5-xen-dom0/proc/xen/balloon \
+ tests/rhel5-xen-dom0/proc/xen/capabilities \
+ tests/rhel5-xen-dom0/proc/xen/privcmd \
+ tests/rhel5-xen-dom0/proc/xen/xenbus \
+ tests/rhel5-xen-dom0/proc/xen/xsd_kva \
+ tests/rhel5-xen-dom0/proc/xen/xsd_port \
tests/rhel5-xen-dom0/sbin/dmidecode \
tests/rhel5-xen-dom0/sbin/id \
tests/rhel5-xen-dom0/sbin/virt-what-cpuid-helper \
@@ -55,6 +61,10 @@ EXTRA_DIST = \
tests/rhel5-xen-domU-hvm/sbin/virt-what-cpuid-helper \
tests/rhel5-xen-domU-pv/proc/cpuinfo \
tests/rhel5-xen-domU-pv/proc/self/status \
+ tests/rhel5-xen-domU-pv/proc/xen/balloon \
+ tests/rhel5-xen-domU-pv/proc/xen/capabilities \
+ tests/rhel5-xen-domU-pv/proc/xen/privcmd \
+ tests/rhel5-xen-domU-pv/proc/xen/xenbus \
tests/rhel5-xen-domU-pv/sbin/dmidecode \
tests/rhel5-xen-domU-pv/sbin/id \
tests/rhel5-xen-domU-pv/sbin/virt-what-cpuid-helper \