Upload Tizen:Base source
[framework/base/util-linux-ng.git] / schedutils / Makefile.am
1 include $(top_srcdir)/config/include-Makefile.am
2
3 if BUILD_SCHEDUTILS
4
5 usrbin_exec_PROGRAMS = chrt
6 dist_man_MANS = chrt.1
7
8 if HAVE_IOPRIO_GET
9 if HAVE_IOPRIO_SET
10 usrbin_exec_PROGRAMS += ionice
11 dist_man_MANS += ionice.1
12 endif
13 endif
14
15 if HAVE_SCHED_GETAFFINITY
16 usrbin_exec_PROGRAMS += taskset
17 dist_man_MANS += taskset.1
18 endif
19
20 endif