From 7f9ea3cdcb74fe5f1d2ccb73dcccf0f3cfa9abf2 Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Wed, 30 Jul 2014 23:13:19 +0200 Subject: [PATCH] build system: correct warning about 'INCLUDES' This suppresses this warning when running build.sh: Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 52671235..35f24cb1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I libltdl/m4 SUBDIRS = libltdl src bindings . -INCLUDES = $(LTDLINCL) +AM_CPPFLAGS = $(LTDLINCL) EXTRA_DIST = contrib version-gen.sh -- 2.11.0