From: Florian Forster Date: Tue, 10 Mar 2015 14:13:59 +0000 (+0100) Subject: Makefile.am: s/INCLUDES/AM_CPPFLAGS/ X-Git-Tag: collectd-5.5.0~12^2~12 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;ds=sidebyside;h=0ea3dd8c7e3df6a0cac20be4c70f3f6a7433a041;hp=-c;p=collectd.git Makefile.am: s/INCLUDES/AM_CPPFLAGS/ Fixes the following warning: Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') --- 0ea3dd8c7e3df6a0cac20be4c70f3f6a7433a041 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