diff options
author | Sami Kerola <kerolasa@iki.fi> | 2012-02-08 09:51:34 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2012-02-28 13:29:35 +0100 |
commit | f06b43285da105a1c0634b3ff0158fc93067c8f1 (patch) | |
tree | 25cf9e60253c10ec905e27b24a54108074835637 /include | |
parent | 9fbc2dffb0219a7fab638edb6eca6fc1274a336b (diff) | |
download | util-linux-f06b43285da105a1c0634b3ff0158fc93067c8f1.tar.gz |
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 'include')
-rw-r--r-- | include/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 1e41520e..4f5453f6 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -4,9 +4,9 @@ dist_noinst_HEADERS = \ at.h \ bitops.h \ blkdev.h \ + c.h \ canonicalize.h \ carefulputc.h \ - c.h \ cpuset.h \ crc32.h \ env.h \ @@ -28,6 +28,7 @@ dist_noinst_HEADERS = \ path.h \ pathnames.h \ procutils.h \ + rpmatch.h \ setproctitle.h \ strutils.h \ swapheader.h \ @@ -37,6 +38,5 @@ dist_noinst_HEADERS = \ wholedisk.h \ widechar.h \ writeall.h \ - rpmatch.h \ xgetpass.h \ xalloc.h |