summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-05-06 17:42:07 -0400
committerRichard W.M. Jones <rjones@redhat.com>2011-05-09 14:23:08 +0100
commit2b5fbc882a0a79646b668c7b95442f0b3673d63a (patch)
treeeb1c1c18be1ecfecd37e62d7a16b374d6f1f7db5 /Makefile.am
parent5ce759bfdc70c97121ef34ab4d5c918d568f2474 (diff)
downloadlibguestfs-2b5fbc882a0a79646b668c7b95442f0b3673d63a.tar.gz
libguestfs-2b5fbc882a0a79646b668c7b95442f0b3673d63a.tar.xz
libguestfs-2b5fbc882a0a79646b668c7b95442f0b3673d63a.zip
Rewrite virt-edit in C.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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