All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bart Van Assche <bvanassche-HInyCGIudOg@public.gmane.org>
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: Roland Dreier <roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Subject: [PATCH 2/7] Makefile.am: Fix an automake warning
Date: Sun, 7 Aug 2011 20:01:48 +0200	[thread overview]
Message-ID: <201108072001.48196.bvanassche@acm.org> (raw)
In-Reply-To: <201108072000.16383.bvanassche-HInyCGIudOg@public.gmane.org>

Avoid that automake reports the following warning message:
Makefile.am:1: `INCLUDES' is the old name for `AM_CPPFLAGS' (or `*_CPPFLAGS')

A quote from the automake manual:
INCLUDES
    This does the same job as AM_CPPFLAGS (or any per-target _CPPFLAGS variable
    if it is used). It is an older name for the same functionality. This
    variable is deprecated; we suggest using AM_CPPFLAGS and per-target
    _CPPFLAGS instead.

Signed-off-by: Bart Van Assche <bvanassche-HInyCGIudOg@public.gmane.org>
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index e6a50ba..cd00a65 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I$(srcdir)/include
+AM_CPPFLAGS = -I$(srcdir)/include
 
 lib_LTLIBRARIES = src/libibverbs.la
 
-- 
1.7.3.4

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2011-08-07 18:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-07 18:00 [PATCH 0/7] Various libibverbs patches Bart Van Assche
     [not found] ` <201108072000.16383.bvanassche-HInyCGIudOg@public.gmane.org>
2011-08-07 18:01   ` [PATCH 1/7] Add "foreign" option to AM_INIT_AUTOMAKE Bart Van Assche
2011-08-07 18:01   ` Bart Van Assche [this message]
2011-08-07 18:02   ` [PATCH 3/7] autogen.sh: Introduce autoreconf Bart Van Assche
2011-08-07 18:03   ` [PATCH 4/7] .gitignore: Ignore files generated by the autotools Bart Van Assche
2011-08-07 18:03   ` [PATCH 5/7] 32-bit compiler warning fix Bart Van Assche
2011-08-07 18:04   ` [PATCH 6/7] Fix a compiler warning about an unused function Bart Van Assche
2011-08-07 18:05   ` [PATCH 7/7] Fix a compiler warning related to NVALGRIND Bart Van Assche
2011-08-09 11:08   ` [PATCH 0/7] Various libibverbs patches Roland Dreier

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=201108072001.48196.bvanassche@acm.org \
    --to=bvanassche-hinycgiudog@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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.