X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=91a2f2e40a65c976df047b7d7f3126b12c05522a;hp=f4d4dd1e3860826f66a3b47120fe882837b53e56;hb=e02f42cb1d7f60c9d2f020d7d8c1b5316fb61310;hpb=984a35cfc0ae09821fb39307b98ec8399bcd8982 diff --git a/Makefile.am b/Makefile.am index f4d4dd1..91a2f2e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = gnulib/lib src daemon appliance fish po examples images \ +SUBDIRS = gnulib/lib hivex src daemon appliance fish po examples images \ gnulib/tests capitests regressions test-tool # NB: Must build inspector directory after perl and before ocaml. @@ -136,7 +136,10 @@ HTMLFILES = html/guestfs.3.html html/guestfish.1.html \ html/virt-df.1.html \ html/virt-edit.1.html \ html/virt-inspector.1.html \ + html/virt-ls.1.html \ html/virt-rescue.1.html \ + html/virt-tar.1.html \ + html/virt-win-reg.1.html \ html/recipes.html \ html/pod.css html/recipes.css @@ -168,8 +171,10 @@ all-local: -name 'virt-df' -o \ -name 'virt-edit' -o \ -name 'virt-inspector' -o \ + -name 'virt-ls' -o \ -name 'virt-rescue' -o \ - -name 'virt-tar' | \ + -name 'virt-tar' -o \ + -name 'virt-win-reg' | \ grep -v '^perl/blib/' | \ grep -v '^capitests/' | \ grep -v '^daemon/lib/' | \