summaryrefslogtreecommitdiffstats
path: root/libblkid/samples
diff options
context:
space:
mode:
authorSami Kerola2012-02-08 09:51:34 +0100
committerKarel Zak2012-02-28 13:29:35 +0100
commitf06b43285da105a1c0634b3ff0158fc93067c8f1 (patch)
tree25cf9e60253c10ec905e27b24a54108074835637 /libblkid/samples
parentbuild-sys: remove unused function and header checks (diff)
downloadkernel-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 'libblkid/samples')
-rw-r--r--libblkid/samples/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/libblkid/samples/Makefile.am b/libblkid/samples/Makefile.am
index 93588d57d..c6314a7db 100644
--- a/libblkid/samples/Makefile.am
+++ b/libblkid/samples/Makefile.am
@@ -3,5 +3,8 @@ include $(top_srcdir)/config/include-Makefile.am
AM_CPPFLAGS += -I$(ul_libblkid_incdir)
AM_LDFLAGS += $(ul_libblkid_la)
-noinst_PROGRAMS = topology partitions mkfs superblocks
-
+noinst_PROGRAMS = \
+ mkfs \
+ partitions \
+ superblocks \
+ topology