
7 Jan
2019
7 Jan
'19
12:19 p.m.
On Fri, Jan 04, 2019 at 02:12:19PM -0600, Eric Blake wrote:
Our use of INCLUDES in Makefile.am hearkens back to when we had to cater to automake 1.9.6 (thanks, RHEL 5) which lacked AM_CPPFLAGS. Modern Automake flags a warning that INCLUDES is deprecated, and now that we mandate RHEL 7 or better (see commit c1bc9c66), we no longer have to cater to the old spelling.
Signed-off-by: Eric Blake <eblake@redhat.com> --- examples/Makefile.am | 3 ++- src/Makefile.am | 2 +- tests/Makefile.am | 4 ++-- tools/Makefile.am | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano