mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32:19 +00:00
fix another failing "make distcheck" (qemuhelptest)
It failed in a non-srcdir build because those 5 sample output files were not included in the distribution tarball. Include them. * tests/Makefile.am (qemuhelpdata, EXTRA_DIST): Include these: kvm-74, kvm-86, qemu-0.10.5, qemu-0.9.1, qemu-kvm-0.10.5.
This commit is contained in:
parent
568583adf7
commit
aef9746874
@ -36,6 +36,13 @@ LDADDS = \
|
||||
$(LIBSOCKET) \
|
||||
$(COVERAGE_LDFLAGS)
|
||||
|
||||
qemuhelpdata = \
|
||||
kvm-74 \
|
||||
kvm-86 \
|
||||
qemu-0.10.5 \
|
||||
qemu-0.9.1 \
|
||||
qemu-kvm-0.10.5
|
||||
|
||||
EXTRA_DIST = \
|
||||
oomtrace.pl \
|
||||
test-lib.sh \
|
||||
@ -51,7 +58,8 @@ EXTRA_DIST = \
|
||||
storagevolschematest \
|
||||
storagevolschemadata \
|
||||
nodedevschematest \
|
||||
nodedevschemadata
|
||||
nodedevschemadata \
|
||||
$(patsubst %,qemuhelpdata/%,$(qemuhelpdata))
|
||||
|
||||
noinst_PROGRAMS = virshtest conftest \
|
||||
nodeinfotest statstest qparamtest
|
||||
|
Loading…
x
Reference in New Issue
Block a user