]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
automake: replace INCLUDES by CPPFLAGS
authorTomasz Kłoczko <kloczek@github.com>
Wed, 12 May 2021 20:35:40 +0000 (20:35 +0000)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 12 May 2021 21:14:02 +0000 (21:14 +0000)
commitb38b947a670850d0bd2816140676c32984ab9b31
tree34b30cdcb93031c9a724201f91eb0ffe85833396
parent5c825755a8ea803289710eb2cf9193aa15d843cc
automake: replace INCLUDES by CPPFLAGS

automake shows warnings like below:

src/Makefile.am:16: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/Makefile.am: installing 'build-aux/depcomp'
src/bindings/Makefile.am:2: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/daemon/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/pam/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/tools/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')

Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
src/Makefile.am
src/bindings/Makefile.am
src/daemon/Makefile.am
src/pam/Makefile.am
src/tools/Makefile.am