]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: Prefer AM_CPPFLAGS over INCLUDES
authorEric Blake <eblake@redhat.com>
Fri, 4 Jan 2019 19:47:44 +0000 (13:47 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 7 Jan 2019 22:46:55 +0000 (16:46 -0600)
commit1862a554625e9e25b00e2ff85de5f576c1a66c8a
tree8b1dabad49166f25fd1d7cf891adbd2c073943be
parent7a879323a96514ca53b69f25bd944bb55f69343f
maint: Prefer AM_CPPFLAGS over INCLUDES

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.  This change will also
make it easier to do per-binary CPPFLAGS.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
examples/Makefile.am
src/Makefile.am
tests/Makefile.am
tools/Makefile.am