]> git.puffer.fish Git - matthieu/frr.git/commit
build: get rid of INCLUDES, use AM_CPPFLAGS
authorDavid Lamparter <equinox@opensourcerouting.org>
Sat, 28 Jun 2014 20:23:10 +0000 (22:23 +0200)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 3 Jun 2016 19:46:59 +0000 (15:46 -0400)
commit9e8da292d1516898f97bbc912a54d8b5b371bb74
tree65acc2ce39d3a6aadaac7bf02a30728ab0c3eedc
parent239257840639daf0f0f45e8d95a48cb18538a3e3
build: get rid of INCLUDES, use AM_CPPFLAGS

INCLUDES in configure.ac was not used at all, and INCLUDES in
Makefile.am is supposed to be AM_CPPFLAGS these days.

Reduces warnings spewed during bootstrap/autoreconf.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Acked-by: Greg Troxel <gdt@ir.bbn.com>
Acked-by: Feng Lu <lu.feng@6wind.com>
Acked-by: Paul Jakma <paul@jakma.org>
(cherry picked from commit 237aac56960575f6ad2451ba2796d94bd5ae4b33)
15 files changed:
bgpd/Makefile.am
configure.ac
isisd/Makefile.am
isisd/topology/Makefile.am
lib/Makefile.am
ospf6d/Makefile.am
ospfclient/Makefile.am
ospfd/Makefile.am
pimd/Makefile.am
ripd/Makefile.am
ripngd/Makefile.am
tests/Makefile.am
vtysh/Makefile.am
watchquagga/Makefile.am
zebra/Makefile.am