X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=de1631fb86533d5b05dd035d6ffc2141395a256c;hb=7e1b479f7e7fccc79a34caaf8349d6e941b8344e;hp=3d44c76a3d6fc26c81a16914c288bdeb8dc6c34c;hpb=1e35941f62bddafd6b88270b22b3afe4a5d37baa;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index 3d44c76..de1631f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. include $(top_srcdir)/subdir-rules.mk @@ -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 @@ -72,10 +69,7 @@ SUBDIRS += csharp # virt-resize (new version) and virt-sparsify are written in OCaml. if HAVE_OCAML -if HAVE_OCAML_PCRE -SUBDIRS += resize -endif -SUBDIRS += sparsify +SUBDIRS += resize sparsify endif # Perl tools. @@ -88,6 +82,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 @@ -146,6 +145,7 @@ HTMLFILES = \ html/guestfs-python.3.html \ html/guestfs-recipes.1.html \ html/guestfs-ruby.3.html \ + html/guestfs-testing.1.html \ html/guestfish.1.html \ html/guestmount.1.html \ html/virt-alignment-scan.1.html \