public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: master - use configure-determined $(corosync_CFLAGS) options
@ 2009-05-29 15:17 Jim Meyering
  0 siblings, 0 replies; only message in thread
From: Jim Meyering @ 2009-05-29 15:17 UTC (permalink / raw)
  To: cluster-cvs-relay

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)
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-29 15:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-29 15:17 cluster: master - use configure-determined $(corosync_CFLAGS) options Jim Meyering

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).