summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-03-22 18:38:31 +0000
committerRichard Jones <rjones@redhat.com>2010-03-23 21:56:14 +0000
commitdef627e4daf2d32cebf91f5e01f44a0b7e512129 (patch)
treefef108dc2be0d7ac95d0b15317d49bedf2109aa6 /tools/Makefile.am
parentb6483061c25e90ae1b9e016812dea8e3756d6c23 (diff)
downloadlibguestfs-def627e4daf2d32cebf91f5e01f44a0b7e512129.tar.gz
libguestfs-def627e4daf2d32cebf91f5e01f44a0b7e512129.tar.xz
libguestfs-def627e4daf2d32cebf91f5e01f44a0b7e512129.zip
New tools: virt-resize and virt-list-partitions.
Virt-resize is the main contribution here, a program which can be used to expand and shrink partitions in disk images. Virt-list-partitions is used as an ancillary tool for planning resize operations.
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 6e6872c8..943b1eb4 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -17,7 +17,7 @@
include $(top_srcdir)/subdir-rules.mk
-tools = cat df edit list-filesystems ls rescue tar win-reg
+tools = cat df edit list-filesystems list-partitions ls rescue resize tar win-reg
EXTRA_DIST = \
run-locally \