X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=tools%2FMakefile.am;h=b92243c07b294b14997d2874c1c50e2ee982336d;hp=9cc61399c8bcabbe895f45513f8f15107ccfa403;hb=4d88a74532b20bcb60909c0d0983cdf7498aa08c;hpb=d868221d9f746ab17b83e7220cef9227fcad3696 diff --git a/tools/Makefile.am b/tools/Makefile.am index 9cc6139..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 @@ -86,6 +86,16 @@ TESTS = test-virt-cat.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 $< $@