diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-10 10:44:20 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-10 10:44:20 +0100 |
commit | 67a3d3e3915a18a58702b7e68f514d9dc9a82a2e (patch) | |
tree | c645bbd3cc98adcad68cd8fecc89406f3da819fb /Makefile.am | |
parent | 9b56a72636ba7511f7bef19572c161327b9a01df (diff) | |
download | libguestfs-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.am | 4 |
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 \ |