X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=388cdeb831a8fc16061608f2f08d7640177a25c1;hp=3d44c76a3d6fc26c81a16914c288bdeb8dc6c34c;hb=37cdd39ada139956f237b55c87c095bed622b5e3;hpb=1e35941f62bddafd6b88270b22b3afe4a5d37baa diff --git a/Makefile.am b/Makefile.am index 3d44c76..388cdeb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,9 +38,6 @@ 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 @@ -88,6 +85,11 @@ if HAVE_FUSE SUBDIRS += fuse endif +# virt-tools in shell. This uses guestmount and virt-inspector. +if HAVE_FUSE +SUBDIRS += clone +endif + # po-docs must come after tools, inspector. if HAVE_PO4A SUBDIRS += po-docs