From 8863a802eb9282d436cfb30ce69fb07f5ffb47b3 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 13 Aug 2012 22:10:14 +0200 Subject: resizepart: add new command This is a simple wrapper for BLKPG_RESIZE_PARTITION (since kernel 3.6). Co-Author: Vivek Goyal Signed-off-by: Karel Zak --- disk-utils/Makemodule.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'disk-utils/Makemodule.am') diff --git a/disk-utils/Makemodule.am b/disk-utils/Makemodule.am index 830e8f72f..f2360bf3b 100644 --- a/disk-utils/Makemodule.am +++ b/disk-utils/Makemodule.am @@ -113,13 +113,13 @@ endif # LINUX if BUILD_PARTX -usrsbin_exec_PROGRAMS += partx addpart delpart +usrsbin_exec_PROGRAMS += partx addpart delpart resizepart dist_man_MANS += \ disk-utils/addpart.8 \ disk-utils/delpart.8 \ + disk-utils/resizepart.8 \ disk-utils/partx.8 - addpart_SOURCES = \ disk-utils/addpart.c \ disk-utils/partx.h @@ -130,6 +130,11 @@ delpart_SOURCES = \ disk-utils/partx.h delpart_LDADD = $(LDADD) libcommon.la +resizepart_SOURCES = \ + disk-utils/resizepart.c \ + disk-utils/partx.h +resizepart_LDADD = $(LDADD) libcommon.la + partx_SOURCES = \ disk-utils/partx.c \ disk-utils/partx.h -- cgit v1.2.3-55-g7522