X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=3d44c76a3d6fc26c81a16914c288bdeb8dc6c34c;hp=308a1f3e14edec7b1309c3b427fa6b6828878c58;hb=baa1618e0f917017c1934b7da41250029c1791ef;hpb=c6be95453d66ea714a9813a21cfb224d8e346d9e diff --git a/Makefile.am b/Makefile.am index 308a1f3..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 @@ -160,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 \