From f06b43285da105a1c0634b3ff0158fc93067c8f1 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Wed, 8 Feb 2012 09:51:34 +0100 Subject: build-sys: enhance readability of the autotools files Several horizontal lists are turned to vertical, and sorted to alphabetical order. Additionally spaces are converted to tabs where ever possible. Signed-off-by: Sami Kerola --- schedutils/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'schedutils') diff --git a/schedutils/Makefile.am b/schedutils/Makefile.am index 8b82c85c4..e068d4674 100644 --- a/schedutils/Makefile.am +++ b/schedutils/Makefile.am @@ -15,6 +15,9 @@ endif if BUILD_TASKSET usrbin_exec_PROGRAMS += taskset -taskset_SOURCES = taskset.c $(top_srcdir)/lib/cpuset.c $(srcs_common) +taskset_SOURCES = \ + taskset.c \ + $(top_srcdir)/lib/cpuset.c \ + $(srcs_common) dist_man_MANS += taskset.1 endif -- cgit v1.2.3-55-g7522