From: Richard W.M. Jones Date: Fri, 7 Oct 2011 12:42:27 +0000 (+0100) Subject: Makefile.am: Fix comment. X-Git-Tag: 1.12.8~14 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=615cc529f556ad472da8a8f10cecd08938f519b7;p=libguestfs.git Makefile.am: Fix comment. (cherry picked from commit c6be95453d66ea714a9813a21cfb224d8e346d9e) --- diff --git a/Makefile.am b/Makefile.am index ca31727..dcd11eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,11 +71,12 @@ SUBDIRS += resize endif endif -# Perl tools and guestmount. +# Perl tools. if HAVE_TOOLS SUBDIRS += tools endif +# guestmount if HAVE_FUSE SUBDIRS += fuse endif