diff options
author | Sami Kerola | 2012-02-08 09:51:34 +0100 |
---|---|---|
committer | Karel Zak | 2012-02-28 13:29:35 +0100 |
commit | f06b43285da105a1c0634b3ff0158fc93067c8f1 (patch) | |
tree | 25cf9e60253c10ec905e27b24a54108074835637 /tests/Makefile.am | |
parent | build-sys: remove unused function and header checks (diff) | |
download | kernel-qcow2-util-linux-f06b43285da105a1c0634b3ff0158fc93067c8f1.tar.gz kernel-qcow2-util-linux-f06b43285da105a1c0634b3ff0158fc93067c8f1.tar.xz kernel-qcow2-util-linux-f06b43285da105a1c0634b3ff0158fc93067c8f1.zip |
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 <kerolasa@iki.fi>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index fd6251977..2f8f2643c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,10 +2,11 @@ include $(top_srcdir)/config/include-Makefile.am SUBDIRS = helpers -EXTRA_DIST = expected \ - ts \ - functions.sh \ - run.sh +EXTRA_DIST = \ + expected \ + functions.sh \ + run.sh \ + ts distclean-local: rm -rf output diff |