From 44a3908cb60cb64f9d49ce481e0ccc0452cedd3c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 11 Dec 2013 10:50:56 -0500 Subject: build: s/INCLUDES/AM_CPPFLAGS/ To silence automake deprecation warnings. --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Makefile.am b/docs/Makefile.am index 11ef943..99bff8f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -22,7 +22,7 @@ IGNORE_HFILES = atkmarshal.h atkintl.h # CFLAGS and LDFLAGS for compiling scan program. Only needed # if $(DOC_MODULE).types is non-empty. -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_builddir) \ $(DEP_CFLAGS) -- cgit v1.2.1