summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-10-19 12:16:00 +0100
committerRichard Jones <rjones@redhat.com>2009-10-20 10:31:54 +0100
commit4dd6b77ff7037ee220b530cefb412ace3d880f61 (patch)
tree3d244eaebfab10f73d5b1b9c97f77c87c05e8922 /tools/Makefile.am
parent984a35cfc0ae09821fb39307b98ec8399bcd8982 (diff)
downloadlibguestfs-4dd6b77ff7037ee220b530cefb412ace3d880f61.tar.gz
libguestfs-4dd6b77ff7037ee220b530cefb412ace3d880f61.tar.xz
libguestfs-4dd6b77ff7037ee220b530cefb412ace3d880f61.zip
New tool: virt-ls
This tool makes available the functionality of "ls", "ll", and "find" in a slightly simpler to use form. Examples: virt-ls -l myguest /tmp
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index b6f95d2a..f593d46e 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-tools = cat df edit rescue tar
+tools = cat df edit ls rescue tar
EXTRA_DIST = \
run-locally \