X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=3d44c76a3d6fc26c81a16914c288bdeb8dc6c34c;hb=e57c3c37a8648966e19ef33832f353d0f9487a77;hp=548d1fa020951638025b9b99fa1fa0148d09a4f4;hpb=b4bb49ffd123e36d6319281dcc2080b30e23e447;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index 548d1fa..3d44c76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,6 +38,9 @@ SUBDIRS += fish # virt-tools in C. SUBDIRS += align cat df edit inspector rescue +# virt-tools in shell. +SUBDIRS += clone + # Language bindings. if HAVE_PERL SUBDIRS += perl perl/examples @@ -75,11 +78,12 @@ endif SUBDIRS += sparsify endif -# Perl tools and guestmount. +# Perl tools. if HAVE_TOOLS SUBDIRS += tools endif +# guestmount if HAVE_FUSE SUBDIRS += fuse endif @@ -159,6 +163,7 @@ HTMLFILES = \ html/virt-rescue.1.html \ html/virt-resize.1.html \ html/virt-sparsify.1.html \ + html/virt-sysprep.1.html \ html/virt-tar.1.html \ html/virt-tar-in.1.html \ html/virt-tar-out.1.html \