X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=tools%2FMakefile.am;h=ab14fe0fc41118bbcd4112e70a0ad30b3a4f33ff;hp=08f126d55c65dda325e8d0e80e964b14e1056b05;hb=4df593496e116dfb635731c058b7627e81fc179c;hpb=fc5fbd460aa0aaf6bb65ca5fa1be59345f4f079f diff --git a/tools/Makefile.am b/tools/Makefile.am index 08f126d..ab14fe0 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-* tools -# Copyright (C) 2009 Red Hat Inc. +# Copyright (C) 2009-2010 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,15 +24,17 @@ tools = \ list-filesystems \ list-partitions \ ls \ + make-fs \ rescue \ resize \ tar \ win-reg EXTRA_DIST = \ - make-test-img.sh run-locally \ - $(tools:%=virt-%) + $(tools:%=virt-%) \ + make-test-img.sh \ + test-virt-*.sh CLEANFILES = test.img @@ -83,6 +85,16 @@ TESTS = test-virt-cat.sh \ test-virt-df.sh \ test-virt-list-filesystems.sh \ test-virt-ls.sh \ + test-virt-make-fs.sh \ test-virt-tar.sh endif + +# Make symlinks from virt-foo.pl to virt-foo. This is just to keep +# xgettext happy since it uses the file extension to determine the +# implementation language of a file. + +all-local: $(tools:%=virt-%.pl) + +virt-%.pl: virt-% + ln -sf $< $@