* [infiniband-diags PATCH 2/4] Replace INCLUDES with AM_CPPFLAGS
@ 2016-09-05 21:48 Ana Guerrero López
[not found] ` <20160905214852.GA9682-2v28OwtJ5VXkvb5ro2YpKQ@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Ana Guerrero López @ 2016-09-05 21:48 UTC (permalink / raw)
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [infiniband-diags PATCH 2/4] Replace INCLUDES with AM_CPPFLAGS
[not found] ` <20160905214852.GA9682-2v28OwtJ5VXkvb5ro2YpKQ@public.gmane.org>
@ 2016-09-26 4:56 ` ira.weiny
0 siblings, 0 replies; 2+ messages in thread
From: ira.weiny @ 2016-09-26 4:56 UTC (permalink / raw)
To: Ana Guerrero López; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA
On Mon, Sep 05, 2016 at 11:48:52PM +0200, Ana Guerrero López wrote:
> 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>
Thanks Applied,
Ira
> ---
> 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
--
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-26 4:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-05 21:48 [infiniband-diags PATCH 2/4] Replace INCLUDES with AM_CPPFLAGS Ana Guerrero López
[not found] ` <20160905214852.GA9682-2v28OwtJ5VXkvb5ro2YpKQ@public.gmane.org>
2016-09-26 4:56 ` ira.weiny
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).