X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=a4f4b0b9b475dc14994dbbed86da26e00ce1da92;hp=0b905ca18dfa0e8a1ced1703282b9683e318f79f;hb=429de2254176e470035eef05e0f3e9910d46863c;hpb=08c9bf5e22ecf06e36cf128416a62214704da411 diff --git a/Makefile.am b/Makefile.am index 0b905ca..a4f4b0b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,10 @@ if HAVE_TOOLS SUBDIRS += tools endif +if HAVE_FUSE +SUBDIRS += fuse +endif + if HAVE_OCAML SUBDIRS += ocaml ocaml/examples endif @@ -134,6 +138,7 @@ html/recipes.html: $(wildcard recipes/*.sh) $(wildcard recipes/*.html) $(wildcar HTMLFILES = \ html/guestfs.3.html \ html/guestfish.1.html \ + html/guestmount.1.html \ html/hivex.3.html \ html/hivexget.1.html \ html/hivexml.1.html \