From: Matthew Farrellee <matt@redhat.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: hail-devel@vger.kernel.org
Subject: [PATCH] tabled: made server/Makefile.am use CLDC_CFLAGS and CHUNKD_CFLAGS
Date: Thu, 30 Jul 2009 09:33:04 -0500 [thread overview]
Message-ID: <4A71AF20.2020303@redhat.com> (raw)
In-Reply-To: <4A70F8F3.2050401@garzik.org>
configure will set CLDC/CHUNKDC_CFLAGS from either pkg-config or the
environment, but they were not used as part of INCLUDES in
server/Makefile.am.
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 7429e27..e01f728 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@ @CHUNKDC_CFLAGS@ @CLDC_CFLAGS@
sbin_PROGRAMS = tabled tdbadm
--
1.6.0.6
next prev parent reply other threads:[~2009-07-30 14:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Matthew Farrellee [this message]
2009-07-30 20:40 ` [PATCH] tabled: made server/Makefile.am use CLDC_CFLAGS and CHUNKD_CFLAGS Jeff Garzik
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=4A71AF20.2020303@redhat.com \
--to=matt@redhat.com \
--cc=hail-devel@vger.kernel.org \
--cc=jeff@garzik.org \
/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 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.