summaryrefslogtreecommitdiffstats
path: root/schedutils/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2014-05-21 13:35:01 +0200
committerKarel Zak2014-05-21 13:35:01 +0200
commitd6ace0b8dddd72b6cc8e4e8803407a5bb7171a42 (patch)
treef5196df99a5789925e5a942ad8825b15fcf26a7f /schedutils/Makemodule.am
parentbuild-sys: add BUILD_GETOPT (diff)
downloadkernel-qcow2-util-linux-d6ace0b8dddd72b6cc8e4e8803407a5bb7171a42.tar.gz
kernel-qcow2-util-linux-d6ace0b8dddd72b6cc8e4e8803407a5bb7171a42.tar.xz
kernel-qcow2-util-linux-d6ace0b8dddd72b6cc8e4e8803407a5bb7171a42.zip
build-sys: add BUILD_CHRT
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'schedutils/Makemodule.am')
-rw-r--r--schedutils/Makemodule.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/schedutils/Makemodule.am b/schedutils/Makemodule.am
index d447536da..f32d2b307 100644
--- a/schedutils/Makemodule.am
+++ b/schedutils/Makemodule.am
@@ -1,9 +1,9 @@
-if BUILD_SCHEDUTILS
-
+if BUILD_CHRT
usrbin_exec_PROGRAMS += chrt
dist_man_MANS += schedutils/chrt.1
chrt_SOURCES = schedutils/chrt.c
chrt_LDADD = $(LDADD) libcommon.la
+endif
if BUILD_IONICE
usrbin_exec_PROGRAMS += ionice
@@ -18,5 +18,3 @@ dist_man_MANS += schedutils/taskset.1
taskset_SOURCES = schedutils/taskset.c
taskset_LDADD = $(LDADD) libcommon.la
endif
-
-endif # BUILD_SCHEDUTILS