diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-22 12:37:55 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-23 09:48:05 +0000 |
commit | f6d3d5677194ae7aaea70d43845341d91907b5ee (patch) | |
tree | 2e50bbad7ec4407127e2a9f869917da36421a3e5 /tools/Makefile.am | |
parent | f33d899fd0900b0cfe6dbbb152ce2fcf479bd38c (diff) | |
download | libguestfs-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.am | 2 |
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 |