From 972c2ee9de46106a8b9377a9f7c399aff4f73020 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Fri, 15 Jun 2018 17:17:42 +0000 Subject: [PATCH] tests: fixup minor autotools nit Makes super strict builds fail due to a warning. Signed-off-by: Quentin Young --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.39.5