public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jim Meyering <meyering@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: cluster: master - use configure-determined $(corosync_CFLAGS) options
Date: Fri, 29 May 2009 15:17:00 -0000	[thread overview]
Message-ID: <20090529151636.E0EC3120152@lists.fedorahosted.org> (raw)

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=3f1073b74b4972c63155323f6a94fbfcd91f98c8
Commit:        3f1073b74b4972c63155323f6a94fbfcd91f98c8
Parent:        bb16c9f25e8a3a43854f091c6c38af726aaa259c
Author:        Jim Meyering <meyering@redhat.com>
AuthorDate:    Fri May 29 15:37:29 2009 +0200
Committer:     Jim Meyering <meyering@redhat.com>
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)
 


                 reply	other threads:[~2009-05-29 15:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090529151636.E0EC3120152@lists.fedorahosted.org \
    --to=meyering@fedoraproject.org \
    --cc=cluster-cvs-relay@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).