summaryrefslogtreecommitdiffstats
path: root/schedutils/Makefile.am
blob: 0c14e51a890a9a9aa6a0ee895188ead72cae43b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include $(top_srcdir)/config/include-Makefile.am

if BUILD_SCHEDUTILS

usrbinexec_PROGRAMS = chrt
dist_man_MANS = chrt.1

if HAVE_IOPRIO_GET
if HAVE_IOPRIO_SET
usrbinexec_PROGRAMS += ionice
dist_man_MANS += ionice.1
endif
endif

if HAVE_SCHED_GETAFFINITY
usrbinexec_PROGRAMS += taskset
dist_man_MANS += taskset.1
endif

endif