diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-05-06 17:42:07 -0400 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-05-09 14:23:08 +0100 |
commit | 2b5fbc882a0a79646b668c7b95442f0b3673d63a (patch) | |
tree | eb1c1c18be1ecfecd37e62d7a16b374d6f1f7db5 /Makefile.am | |
parent | 5ce759bfdc70c97121ef34ab4d5c918d568f2474 (diff) | |
download | libguestfs-2b5fbc882a0a79646b668c7b95442f0b3673d63a.tar.gz libguestfs-2b5fbc882a0a79646b668c7b95442f0b3673d63a.tar.xz libguestfs-2b5fbc882a0a79646b668c7b95442f0b3673d63a.zip |
Rewrite virt-edit in C.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fcd190a1..b475659f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,7 @@ SUBDIRS += gnulib/tests capitests regressions test-tool SUBDIRS += fish # virt-tools in C. -SUBDIRS += cat df inspector rescue +SUBDIRS += cat df edit inspector rescue # Language bindings. if HAVE_PERL |