~ubuntu-branches/ubuntu/trusty/util-linux/trusty-proposed

« back to all changes in this revision

Viewing changes to schedutils/Makefile.am

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2011-11-03 15:38:23 UTC
  • mto: (4.5.5 sid) (1.6.4)
  • mto: This revision was merged to the branch mainline in revision 85.
  • Revision ID: package-import@ubuntu.com-20111103153823-10sx16jprzxlhkqf
ImportĀ upstreamĀ versionĀ 2.20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include $(top_srcdir)/config/include-Makefile.am
2
2
 
3
 
if BUILD_SCHEDUTILS
4
 
 
5
 
srcs_common = $(top_srcdir)/lib/strutils.c
 
3
srcs_common = $(top_srcdir)/lib/strutils.c $(top_srcdir)/lib/procutils.c
6
4
 
7
5
usrbin_exec_PROGRAMS = chrt
8
6
dist_man_MANS = chrt.1
22
20
taskset_SOURCES = taskset.c $(top_srcdir)/lib/cpuset.c $(srcs_common)
23
21
dist_man_MANS += taskset.1
24
22
endif
25
 
 
26
 
endif