X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=e2f7d1d95030778a0ff79f33fe2f26ce54f8f092;hp=1cb2299374a687c9c22d5480da5c056962c77680;hb=6e790a9d6b225fad4ab080489bd8226c3adb3506;hpb=c1768e07fb207328daa36e3afce3933bcf9ae6cf diff --git a/Makefile.am b/Makefile.am index 1cb2299..e2f7d1d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,6 +41,9 @@ endif if HAVE_INSPECTOR SUBDIRS += inspector endif +if HAVE_V2V +SUBDIRS += v2v +endif EXTRA_DIST = \ config.rpath \ @@ -124,6 +127,7 @@ html/recipes.html: $(wildcard recipes/*.sh) $(wildcard recipes/*.html) $(wildcar HTMLFILES = html/guestfs.3.html html/guestfish.1.html \ html/virt-inspector.1.html \ + html/virt-v2v.1.html \ html/recipes.html \ html/pod.css html/recipes.css