All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] chunkd: made server/Makefile.am use CLDC_CFLAGS
@ 2009-07-29 20:13 Matthew Farrellee
  2009-07-30  1:25 ` Jeff Garzik
  2009-07-30  1:35 ` Jeff Garzik
  0 siblings, 2 replies; 5+ messages in thread
From: Matthew Farrellee @ 2009-07-29 20:13 UTC (permalink / raw)
  To: hail-devel

configure will set CLDC_CFLAGS from either pkg-config or the
environment, but CLDC_CFLAGS was not used as part of INCLUDES in
server/Makefile.am. CFLAGS needed to be explicitly set for make, which
is resolved by this commit.

Signed-off-by: Matthew Farrellee <matt@redhat.com>
---
 server/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server/Makefile.am b/server/Makefile.am
index 02145b0..70fd066 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -1,5 +1,5 @@
 
-INCLUDES	= -I$(top_srcdir)/include @GLIB_CFLAGS@
+INCLUDES	= -I$(top_srcdir)/include @GLIB_CFLAGS@ @CLDC_CFLAGS@
 
 sbin_PROGRAMS	= chunkd
 

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-07-30 20:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-29 20:13 [PATCH] chunkd: made server/Makefile.am use CLDC_CFLAGS Matthew Farrellee
2009-07-30  1:25 ` Jeff Garzik
2009-07-30  1:35 ` Jeff Garzik
2009-07-30 14:33   ` [PATCH] tabled: made server/Makefile.am use CLDC_CFLAGS and CHUNKD_CFLAGS Matthew Farrellee
2009-07-30 20:40     ` Jeff Garzik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.