X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=9d423a57880759c916fa9e3faac52dd633e1169d;hb=792c5283009ed6753239a14df9a6e9c71bea35fd;hp=f4d4dd1e3860826f66a3b47120fe882837b53e56;hpb=984a35cfc0ae09821fb39307b98ec8399bcd8982;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index f4d4dd1..9d423a5 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,9 @@ 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/recipes.html \ html/pod.css html/recipes.css @@ -168,6 +170,7 @@ 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' | \ grep -v '^perl/blib/' | \