From: Quentin Young Date: Fri, 15 Jun 2018 17:17:42 +0000 (+0000) Subject: tests: fixup minor autotools nit X-Git-Tag: frr-6.1-dev~292^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=972c2ee9de46106a8b9377a9f7c399aff4f73020;p=matthieu%2Ffrr.git tests: fixup minor autotools nit Makes super strict builds fail due to a warning. Signed-off-by: Quentin Young --- diff --git a/tests/Makefile.am b/tests/Makefile.am index aefe0d06ac..9b60312cef 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 \