summaryrefslogtreecommitdiffstats
path: root/schedutils/Makemodule.am
blob: f32d2b3074fdb5075813b4bce02f7c223f177913 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
dist_man_MANS += schedutils/ionice.1
ionice_SOURCES = schedutils/ionice.c
ionice_LDADD = $(LDADD) libcommon.la
endif

if BUILD_TASKSET
usrbin_exec_PROGRAMS += taskset
dist_man_MANS += schedutils/taskset.1
taskset_SOURCES = schedutils/taskset.c
taskset_LDADD = $(LDADD) libcommon.la
endif