summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-07-10 10:22:47 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-07-10 10:22:47 +0100
commit6e790a9d6b225fad4ab080489bd8226c3adb3506 (patch)
tree941fffd5a2b1d227eca35aec05b0bebc57f1ea86 /Makefile.am
parentc1768e07fb207328daa36e3afce3933bcf9ae6cf (diff)
downloadlibguestfs-6e790a9d6b225fad4ab080489bd8226c3adb3506.tar.gz
libguestfs-6e790a9d6b225fad4ab080489bd8226c3adb3506.tar.xz
libguestfs-6e790a9d6b225fad4ab080489bd8226c3adb3506.zip
Added outline of the virt-v2v script.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1cb22993..e2f7d1d9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,6 +41,9 @@ endif
if HAVE_INSPECTOR
SUBDIRS += inspector
endif
+if HAVE_V2V
+SUBDIRS += v2v
+endif
EXTRA_DIST = \
config.rpath \
@@ -124,6 +127,7 @@ html/recipes.html: $(wildcard recipes/*.sh) $(wildcard recipes/*.html) $(wildcar
HTMLFILES = html/guestfs.3.html html/guestfish.1.html \
html/virt-inspector.1.html \
+ html/virt-v2v.1.html \
html/recipes.html \
html/pod.css html/recipes.css