git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
641e827
)
tools: Rearrange list of tools in Makefile.am.
author
Richard Jones
<rjones@redhat.com>
Tue, 30 Mar 2010 12:44:29 +0000
(13:44 +0100)
committer
Richard Jones
<rjones@redhat.com>
Tue, 30 Mar 2010 12:44:29 +0000
(13:44 +0100)
tools/Makefile.am
patch
|
blob
|
history
diff --git
a/tools/Makefile.am
b/tools/Makefile.am
index
943b1eb
..
4b2ce58
100644
(file)
--- 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 \