diff options
-rw-r--r-- | tools/Makefile.am | 12 |
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 \ |