summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-06-15 19:17:42 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-06-15 19:17:42 +0200
commit972c2ee9de46106a8b9377a9f7c399aff4f73020 (patch)
tree3b4bcb24eb1803403eeb5d8646fa283336560e2f
parentMerge pull request #2409 from LabNConsulting/working/master/vtysh-2400 (diff)
downloadfrr-972c2ee9de46106a8b9377a9f7c399aff4f73020.tar.xz
frr-972c2ee9de46106a8b9377a9f7c399aff4f73020.zip
tests: fixup minor autotools nit
Makes super strict builds fail due to a warning. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index aefe0d06a..9b60312ce 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,7 +3,7 @@ include ../common.am
PYTHON ?= python
AUTOMAKE_OPTIONS = subdir-objects
-AM_CPPFLAGS = \
+AM_CPPFLAGS += \
-I.. \
-I$(top_srcdir) \
-I$(top_srcdir)/lib \