From: Richard Jones Date: Tue, 30 Mar 2010 12:44:29 +0000 (+0100) Subject: tools: Rearrange list of tools in Makefile.am. X-Git-Tag: 1.0.89~8 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=f25da97554885d5032f124e12c1995d6eab720dd;hp=641e8275b3b63b68c82ef80735bb55f9da05ef2c tools: Rearrange list of tools in Makefile.am. --- diff --git a/tools/Makefile.am b/tools/Makefile.am index 943b1eb..4b2ce58 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 \