summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-10-07 13:42:27 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-10-07 13:42:27 +0100
commitc6be95453d66ea714a9813a21cfb224d8e346d9e (patch)
tree94f363f2b2c0d30cfd047ef24d4097f3c9cb6bdb /Makefile.am
parentffe0e11b4d3db16f0b6632add24db89349279e69 (diff)
downloadlibguestfs-c6be95453d66ea714a9813a21cfb224d8e346d9e.tar.gz
libguestfs-c6be95453d66ea714a9813a21cfb224d8e346d9e.tar.xz
libguestfs-c6be95453d66ea714a9813a21cfb224d8e346d9e.zip
Makefile.am: Fix comment.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 548d1fa0..308a1f3e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -75,11 +75,12 @@ endif
SUBDIRS += sparsify
endif
-# Perl tools and guestmount.
+# Perl tools.
if HAVE_TOOLS
SUBDIRS += tools
endif
+# guestmount
if HAVE_FUSE
SUBDIRS += fuse
endif