summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-22 12:37:55 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-23 09:48:05 +0000
commitf6d3d5677194ae7aaea70d43845341d91907b5ee (patch)
tree2e50bbad7ec4407127e2a9f869917da36421a3e5 /tools/Makefile.am
parentf33d899fd0900b0cfe6dbbb152ce2fcf479bd38c (diff)
downloadlibguestfs-f6d3d5677194ae7aaea70d43845341d91907b5ee.tar.gz
libguestfs-f6d3d5677194ae7aaea70d43845341d91907b5ee.tar.xz
libguestfs-f6d3d5677194ae7aaea70d43845341d91907b5ee.zip
ls: Rewrite virt-ls in C.
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 651daf9b..c5131bd8 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -22,7 +22,6 @@ tools = \
edit \
list-filesystems \
list-partitions \
- ls \
make-fs \
rescue \
resize \
@@ -76,7 +75,6 @@ TESTS_ENVIRONMENT = \
TESTS = test-virt-df.sh \
test-virt-list-filesystems.sh \
- test-virt-ls.sh \
test-virt-make-fs.sh \
test-virt-resize.sh \
test-virt-tar.sh