From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio M. Di Nitto Date: Wed, 04 Jul 2012 13:03:39 +0200 Subject: [Cluster-devel] [PATCH] gfs2-utils: Make building gfs2_controld optional In-Reply-To: <1341338416-11115-1-git-send-email-anprice@redhat.com> References: <1341338416-11115-1-git-send-email-anprice@redhat.com> Message-ID: <4FF4230B.5080503@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 7/3/2012 8:00 PM, Andrew Price wrote: > diff --git a/group/Makefile.am b/group/Makefile.am > index 5b7d0f8..2904ce1 100644 > --- a/group/Makefile.am > +++ b/group/Makefile.am > @@ -1,3 +1,7 @@ > MAINTAINERCLEANFILES = Makefile.in > > -SUBDIRS = libgfscontrol gfs_control gfs_controld man include > +if BUILD_GFS_CONTROLD > +DIR_GFS_CONTROLD = gfs_controld > +endif > + > +SUBDIRS = libgfscontrol gfs_control $(DIR_GFS_CONTROLD) man include > Is there actually a reason to build group/ at all, if gfs_controld is disabled? Fabio