From 46fa0810637a63e51c2b2be6ae85783abca12b07 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 21 Jun 2013 12:51:54 +0200 Subject: Use AM_CPPFLAGS instead of INCLUDES automake 1.13 deprecates the latter --- egg/Makefile.am | 2 +- egg/tests/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'egg') diff --git a/egg/Makefile.am b/egg/Makefile.am index 84fc104..9b8e2fa 100644 --- a/egg/Makefile.am +++ b/egg/Makefile.am @@ -5,7 +5,7 @@ noinst_LTLIBRARIES = \ EXTRA_DIST = egg-testing.h -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/build \ -DWITH_VALGRIND diff --git a/egg/tests/Makefile.am b/egg/tests/Makefile.am index 88b9e51..856659f 100644 --- a/egg/tests/Makefile.am +++ b/egg/tests/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/Makefile.decl -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_builddir) \ -I$(top_srcdir) \ -DSRCDIR="\"@abs_srcdir@\"" \ -- cgit v1.2.1