summaryrefslogtreecommitdiffstats
path: root/sys-utils/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2017-02-23 16:43:51 +0100
committerKarel Zak2017-02-23 16:43:51 +0100
commit1ad8ef9187ba6ca814189c0466c46fbdf483f904 (patch)
tree383190850b7d3be3f5a530171a98dbc0d9ae7ccc /sys-utils/Makemodule.am
parentbuild-sys: simplify UL_ENABLE_ALIAS() semantic (diff)
downloadkernel-qcow2-util-linux-1ad8ef9187ba6ca814189c0466c46fbdf483f904.tar.gz
kernel-qcow2-util-linux-1ad8ef9187ba6ca814189c0466c46fbdf483f904.tar.xz
kernel-qcow2-util-linux-1ad8ef9187ba6ca814189c0466c46fbdf483f904.zip
blkzone: add new command (merge blkreport and blkreset)
This new command is based on the original implementation of blkreport and blkreset command. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/Makemodule.am')
-rw-r--r--sys-utils/Makemodule.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am
index 91d3bf0c2..7a42fd8da 100644
--- a/sys-utils/Makemodule.am
+++ b/sys-utils/Makemodule.am
@@ -126,6 +126,13 @@ blkdiscard_SOURCES = sys-utils/blkdiscard.c lib/monotonic.c
blkdiscard_LDADD = $(LDADD) libcommon.la $(REALTIME_LIBS)
endif
+if BUILD_BLKZONE
+sbin_PROGRAMS += blkzone
+dist_man_MANS += sys-utils/blkzone.8
+blkzone_SOURCES = sys-utils/blkzone.c
+blkzone_LDADD = $(LDADD) libcommon.la
+endif
+
if BUILD_BLKREPORT
sbin_PROGRAMS += blkreport
dist_man_MANS += sys-utils/blkreport.8