]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: fixup minor autotools nit
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 15 Jun 2018 17:17:42 +0000 (17:17 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 15 Jun 2018 17:17:42 +0000 (17:17 +0000)
Makes super strict builds fail due to a warning.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
tests/Makefile.am

index aefe0d06ac556e09059e38a582fe5c4403638bca..9b60312cef61603cc65ebbb3373831c1930f8631 100644 (file)
@@ -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 \