From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7259 invoked by alias); 29 May 2009 15:17:06 -0000 Received: (qmail 7251 invoked by alias); 29 May 2009 15:17:06 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,J_CHICKENPOX_74,SPF_HELO_PASS X-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,J_CHICKENPOX_74,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion2.fedora.phx.redhat.com Subject: cluster: master - use configure-determined $(corosync_CFLAGS) options To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: bb16c9f25e8a3a43854f091c6c38af726aaa259c X-Git-Newrev: 3f1073b74b4972c63155323f6a94fbfcd91f98c8 From: Jim Meyering Message-Id: <20090529151636.E0EC3120152@lists.fedorahosted.org> Date: Fri, 29 May 2009 15:17:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00445.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=3f1073b74b4972c63155323f6a94fbfcd91f98c8 Commit: 3f1073b74b4972c63155323f6a94fbfcd91f98c8 Parent: bb16c9f25e8a3a43854f091c6c38af726aaa259c Author: Jim Meyering AuthorDate: Fri May 29 15:37:29 2009 +0200 Committer: Jim Meyering CommitterDate: Fri May 29 15:55:10 2009 +0200 use configure-determined $(corosync_CFLAGS) options * config/plugins/ldap/Makefile.am (AM_CFLAGS): Add $(corosync_CFLAGS). * config/plugins/xml/Makefile.am: Likewise. --- config/plugins/ldap/Makefile.am | 2 +- config/plugins/xml/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/plugins/ldap/Makefile.am b/config/plugins/ldap/Makefile.am index 7b983bb..520b093 100644 --- a/config/plugins/ldap/Makefile.am +++ b/config/plugins/ldap/Makefile.am @@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in dist_doc_DATA = 99cluster.ldif example.ldif -AM_CFLAGS = -fPIC +AM_CFLAGS = -fPIC $(corosync_CFLAGS) AM_LDFLAGS = -lldap diff --git a/config/plugins/xml/Makefile.am b/config/plugins/xml/Makefile.am index 2052fe2..d0b4094 100644 --- a/config/plugins/xml/Makefile.am +++ b/config/plugins/xml/Makefile.am @@ -1,7 +1,7 @@ MAINTAINERCLEANFILES = Makefile.in AM_CFLAGS = -fPIC \ - $(xml_CFLAGS) + $(xml_CFLAGS) $(corosync_CFLAGS) AM_LDFLAGS = $(xml_LIBS)