summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-10-05 15:06:10 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-10-05 18:13:29 +0100
commitb4bb49ffd123e36d6319281dcc2080b30e23e447 (patch)
tree2e4804bf106a41fabc750003da59f7b73fa194ad /Makefile.am
parentf3341222b37f91d7f7fcdafe30b107ea9da9ad02 (diff)
downloadlibguestfs-b4bb49ffd123e36d6319281dcc2080b30e23e447.tar.gz
libguestfs-b4bb49ffd123e36d6319281dcc2080b30e23e447.tar.xz
libguestfs-b4bb49ffd123e36d6319281dcc2080b30e23e447.zip
New tool: virt-alignment-scan to check alignment of partitions.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 61380529..548d1fa0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,7 @@ SUBDIRS += gnulib/tests capitests caution regressions test-tool
SUBDIRS += fish
# virt-tools in C.
-SUBDIRS += cat df edit inspector rescue
+SUBDIRS += align cat df edit inspector rescue
# Language bindings.
if HAVE_PERL
@@ -144,6 +144,7 @@ HTMLFILES = \
html/guestfs-ruby.3.html \
html/guestfish.1.html \
html/guestmount.1.html \
+ html/virt-alignment-scan.1.html \
html/virt-cat.1.html \
html/virt-copy-in.1.html \
html/virt-copy-out.1.html \