From: Marc Fournier Date: Wed, 30 Jul 2014 21:13:19 +0000 (+0200) Subject: build system: correct warning about 'INCLUDES' X-Git-Tag: collectd-5.5.0~238^2~1 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=7f9ea3cdcb74fe5f1d2ccb73dcccf0f3cfa9abf2;p=collectd.git 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') --- 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