From 9ae1afe31607cbfba772976f793008c65fb1a08e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 16 Sep 2013 12:38:51 +0000 Subject: - replace deprecated INCLUDES with AM_CPPFLAGS --- src/testing/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testing/Makefile.am') diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index fb6bc091e..f27b46ed0 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/src/include +AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -- cgit v1.2.3