X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=tools%2FMakefile.am;h=b92243c07b294b14997d2874c1c50e2ee982336d;hp=1d7c0d1c481d3b29ec0637e285c385383fc6a9b8;hb=0353688577a27749f40bcc060e5703102c5a9649;hpb=855c321b59ef348f692ec83d16ce1dd99bda65a2 diff --git a/tools/Makefile.am b/tools/Makefile.am index 1d7c0d1..b92243c 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,6 +24,7 @@ tools = \ list-filesystems \ list-partitions \ ls \ + make-fs \ rescue \ resize \ tar \ @@ -84,6 +85,17 @@ 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-resize.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 $< $@