Commit f30ccb2458829 was incomplete.
* .gitignore: Ignore intermediate directory during failed 'make
distcheck'.
* tests/Makefile.am (qemuhelpdata): Distribute new file.
---
Pushing as obvious, once a successful 'make distcheck' completes
a few minutes from when I write this.
.gitignore | 1 +
tests/Makefile.am | 3 ++-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/.gitignore b/.gitignore
index 4faf384..39ed671 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
.git-module-status
.sc-start-sc_*
/GNUmakefile
+/libvirt-[0-9]*
/maint.mk
ABOUT-NLS
COPYING
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b5e09e3..c5e52e3 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -46,7 +46,8 @@ qemuhelpdata = \
qemu-0.10.5 \
qemu-0.12.1 \
qemu-kvm-0.10.5 \
- qemu-kvm-0.11.0-rc2
+ qemu-kvm-0.11.0-rc2 \
+ qemu-kvm-0.12.3
EXTRA_DIST = \
oomtrace.pl \
--
1.7.0.1