From 06ae9932b08699d0137d5049c58b87be3e3072b9 Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 3 Aug 2013 00:08:36 +0200 Subject: Make automake happy: INCLUDES -> AM_CPPFLAGS --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 480bf30b..b5ce29df 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -g -I$(top_srcdir) -I$(top_srcdir)/pluma $(PLUMA_DEBUG_FLAGS) $(PLUMA_CFLAGS) +AM_CPPFLAGS = -g -I$(top_srcdir) -I$(top_srcdir)/pluma $(PLUMA_DEBUG_FLAGS) $(PLUMA_CFLAGS) noinst_PROGRAMS = $(TEST_PROGS) progs_ldadd = $(top_builddir)/pluma/libpluma.la -- cgit v1.2.1