From: Richard W.M. Jones Date: Fri, 7 Oct 2011 12:42:27 +0000 (+0100) Subject: Makefile.am: Fix comment. X-Git-Tag: 1.13.19~4 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=c6be95453d66ea714a9813a21cfb224d8e346d9e;hp=ffe0e11b4d3db16f0b6632add24db89349279e69;p=libguestfs.git Makefile.am: Fix comment. --- diff --git a/Makefile.am b/Makefile.am index 548d1fa..308a1f3 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