From: "Ana Guerrero López" <ana-kLLpUjk7vcnYtjvyW6yDsg@public.gmane.org>
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [infiniband-diags PATCH 2/4] Replace INCLUDES with AM_CPPFLAGS
Date: Mon, 5 Sep 2016 23:48:52 +0200 [thread overview]
Message-ID: <20160905214852.GA9682@pryan.ekaia.org> (raw)
Fixes the following warnings:
Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
libibnetdisc/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Signed-off-by: Ana Guerrero López <ana-kLLpUjk7vcnYtjvyW6yDsg@public.gmane.org>
---
Makefile.am | 2 +-
libibnetdisc/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 3fea79d..1973702 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
ACLOCAL_AMFLAGS = -I config
SUBDIRS = libibnetdisc
-INCLUDES = -I$(top_builddir)/include/ -I$(srcdir)/include -I$(includedir) \
+AM_CPPFLAGS = -I$(top_builddir)/include/ -I$(srcdir)/include -I$(includedir) \
-I$(includedir)/infiniband -I$(top_srcdir)/libibnetdisc/include
if DEBUG
diff --git a/libibnetdisc/Makefile.am b/libibnetdisc/Makefile.am
index 2cfcc33..fee13ca 100644
--- a/libibnetdisc/Makefile.am
+++ b/libibnetdisc/Makefile.am
@@ -1,7 +1,7 @@
#SUBDIRS = .
-INCLUDES = -I$(srcdir)/include -I$(includedir) -I$(includedir)/infiniband
+AM_CPPFLAGS = -I$(srcdir)/include -I$(includedir) -I$(includedir)/infiniband
lib_LTLIBRARIES = libibnetdisc.la
sbin_PROGRAMS =
--
2.9.3
--
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
next reply other threads:[~2016-09-05 21:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-05 21:48 Ana Guerrero López [this message]
[not found] ` <20160905214852.GA9682-2v28OwtJ5VXkvb5ro2YpKQ@public.gmane.org>
2016-09-26 4:56 ` [infiniband-diags PATCH 2/4] Replace INCLUDES with AM_CPPFLAGS ira.weiny
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=20160905214852.GA9682@pryan.ekaia.org \
--to=ana-kllpujk7vcnytjvyw6ydsg@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@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 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 NNTP newsgroup(s).