From: Richard Jones Date: Tue, 30 Mar 2010 16:49:06 +0000 (+0100) Subject: Fix EXTRA_DIST rule. X-Git-Tag: 1.0.89~2 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=855c321b59ef348f692ec83d16ce1dd99bda65a2;p=libguestfs.git Fix EXTRA_DIST rule. --- diff --git a/tools/Makefile.am b/tools/Makefile.am index 08f126d..1d7c0d1 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -30,9 +30,10 @@ tools = \ win-reg EXTRA_DIST = \ - make-test-img.sh run-locally \ - $(tools:%=virt-%) + $(tools:%=virt-%) \ + make-test-img.sh \ + test-virt-*.sh CLEANFILES = test.img