From c344880b4ec1ae7f4c276eebf748377927d8d207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 7 Jul 2011 13:49:26 +0100 Subject: [PATCH] tests/a11y/Makefile.am: Use AM_CPPFLAGS instead deprecated INCLUDES --- tests/a11y/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/a11y/Makefile.am b/tests/a11y/Makefile.am index 27469c032e..3ec5fc2475 100644 --- a/tests/a11y/Makefile.am +++ b/tests/a11y/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.decl check_PROGRAMS = $(TEST_PROGS) -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_builddir)/gdk \ -I$(top_srcdir)/gdk \