From 9c563e76e8e214118a4a753c227519408d43f458 Mon Sep 17 00:00:00 2001 From: Matthias Bolte Date: Fri, 21 May 2010 20:00:24 +0200 Subject: [PATCH] build: Distribute the whole tests/qemuhelpdata directory Instead of distributing the individual files. Now it's less error prone and consistent with the rest of the data directories in the tests directory. --- tests/Makefile.am | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index caf8cd07fc..a3661f61c0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -39,16 +39,6 @@ LDADDS = \ $(LIBSOCKET) \ $(COVERAGE_LDFLAGS) -qemuhelpdata = \ - kvm-74 \ - kvm-86 \ - qemu-0.9.1 \ - qemu-0.10.5 \ - qemu-0.12.1 \ - qemu-kvm-0.10.5 \ - qemu-kvm-0.11.0-rc2 \ - qemu-kvm-0.12.3 - EXTRA_DIST = \ oomtrace.pl \ test-lib.sh \ @@ -79,7 +69,7 @@ EXTRA_DIST = \ domainsnapshotschematest \ domainsnapshotxml2xmlout \ domainsnapshotxml2xmlin \ - $(patsubst %,qemuhelpdata/%,$(qemuhelpdata)) + qemuhelpdata noinst_PROGRAMS = virshtest conftest \ nodeinfotest statstest qparamtest