summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-03-30 13:44:29 +0100
committerRichard Jones <rjones@redhat.com>2010-03-30 13:44:29 +0100
commitf25da97554885d5032f124e12c1995d6eab720dd (patch)
treeed3a7c1b4a3254f0ac959457a83f38b9d9c5fc02 /tools/Makefile.am
parent641e8275b3b63b68c82ef80735bb55f9da05ef2c (diff)
downloadlibguestfs-f25da97554885d5032f124e12c1995d6eab720dd.tar.gz
libguestfs-f25da97554885d5032f124e12c1995d6eab720dd.tar.xz
libguestfs-f25da97554885d5032f124e12c1995d6eab720dd.zip
tools: Rearrange list of tools in Makefile.am.
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 943b1eb4..4b2ce58f 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -17,7 +17,17 @@
include $(top_srcdir)/subdir-rules.mk
-tools = cat df edit list-filesystems list-partitions ls rescue resize tar win-reg
+tools = \
+ cat \
+ df \
+ edit \
+ list-filesystems \
+ list-partitions \
+ ls \
+ rescue \
+ resize \
+ tar \
+ win-reg
EXTRA_DIST = \
run-locally \