X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=a7038f35191dee44d350e835fec500870b49cb99;hp=613805299728b40f763952275f615d535a1aef97;hb=31e5539a14f78d8815d0d930e91023a65b5395e7;hpb=fac15924f59a076c903d453d20305e00e1ae258a diff --git a/Makefile.am b/Makefile.am index 6138052..a7038f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,7 @@ SUBDIRS += gnulib/tests capitests caution regressions test-tool SUBDIRS += fish # virt-tools in C. -SUBDIRS += cat df edit inspector rescue +SUBDIRS += align cat df edit inspector rescue # Language bindings. if HAVE_PERL @@ -75,15 +75,21 @@ endif SUBDIRS += sparsify endif -# Perl tools and guestmount. +# Perl tools. if HAVE_TOOLS SUBDIRS += tools endif +# guestmount 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 @@ -96,7 +102,23 @@ EXTRA_DIST = \ bugs-in-changelog.sh \ autogen.sh \ bindtests \ + contrib/autobuild/autobuild.sh \ + contrib/guestfsd-in-wine.sh \ + contrib/intro/libguestfs-intro.html \ + contrib/intro/overview.svg \ + contrib/intro/talk.txt \ + contrib/intro/tools.svg \ contrib/README \ + contrib/visualize-alignment/.gitignore \ + contrib/visualize-alignment/guestfish-add-mount.qtr \ + contrib/visualize-alignment/guestfish-lv-ext4-4k.qtr \ + contrib/visualize-alignment/guestfish-lv-ext4-4k-write-hello.qtr \ + contrib/visualize-alignment/guestfish-N-fs-10M-aligned-part-disk.qtr \ + contrib/visualize-alignment/guestfish-N-fs-10M.qtr \ + contrib/visualize-alignment/guestfish-write-hello.qtr \ + contrib/visualize-alignment/qemu-0.13-trace-block-device-access.patch \ + contrib/visualize-alignment/README \ + contrib/visualize-alignment/tracetops.ml \ debian/.gitignore \ debian/changelog \ debian/compat \ @@ -144,6 +166,7 @@ HTMLFILES = \ html/guestfs-ruby.3.html \ html/guestfish.1.html \ html/guestmount.1.html \ + html/virt-alignment-scan.1.html \ html/virt-cat.1.html \ html/virt-copy-in.1.html \ html/virt-copy-out.1.html \ @@ -158,6 +181,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 \