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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 39a37a940..7e1cea0ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/src/include +AM_CPPFLAGS = -I$(top_srcdir)/src/include SUBDIRS = contrib doc m4 src po pkgconfig EXTRA_DIST = \ -- cgit v1.2.3