summaryrefslogtreecommitdiffstats
path: root/watchquagga
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2014-06-28 22:23:10 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-06-03 21:46:59 +0200
commit9e8da292d1516898f97bbc912a54d8b5b371bb74 (patch)
tree65acc2ce39d3a6aadaac7bf02a30728ab0c3eedc /watchquagga
parentbuild: harmonize configure help strings (diff)
downloadfrr-9e8da292d1516898f97bbc912a54d8b5b371bb74.tar.xz
frr-9e8da292d1516898f97bbc912a54d8b5b371bb74.zip
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)
Diffstat (limited to 'watchquagga')
-rw-r--r--watchquagga/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/watchquagga/Makefile.am b/watchquagga/Makefile.am
index 3f7d8954f..1f05f26ce 100644
--- a/watchquagga/Makefile.am
+++ b/watchquagga/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with Automake to create Makefile.in
-INCLUDES = @INCLUDES@ -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
DEFS = @DEFS@ -DSTATEDIR=\"$(localstatedir)/\"
AM_CFLAGS = $(WERROR)