summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-07-10 10:44:20 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-07-10 10:44:20 +0100
commit67a3d3e3915a18a58702b7e68f514d9dc9a82a2e (patch)
treec645bbd3cc98adcad68cd8fecc89406f3da819fb /Makefile.am
parent9b56a72636ba7511f7bef19572c161327b9a01df (diff)
downloadlibguestfs-67a3d3e3915a18a58702b7e68f514d9dc9a82a2e.tar.gz
libguestfs-67a3d3e3915a18a58702b7e68f514d9dc9a82a2e.tar.xz
libguestfs-67a3d3e3915a18a58702b7e68f514d9dc9a82a2e.zip
Added framework for 'virt-df' command.
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 e2f7d1d9..fe960b73 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,6 +44,9 @@ endif
if HAVE_V2V
SUBDIRS += v2v
endif
+if HAVE_DF
+SUBDIRS += df
+endif
EXTRA_DIST = \
config.rpath \
@@ -126,6 +129,7 @@ html/recipes.html: $(wildcard recipes/*.sh) $(wildcard recipes/*.html) $(wildcar
mv $@-t $@
HTMLFILES = html/guestfs.3.html html/guestfish.1.html \
+ html/virt-df.1.html \
html/virt-inspector.1.html \
html/virt-v2v.1.html \
html/recipes.html \