Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS master
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Sat, 19 Jan 2013 16:33:32 +0000 (08:33 -0800)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Sat, 19 Jan 2013 16:33:32 +0000 (08:33 -0800)
commit8b70e52443963fa7a8d017496bd67f9455eeddbc
tree708e6b5b9c61e16e0aa7526785aaf8e2a32ac49d
parentf44d4edc9b489c3e9c1876c3b71b15a509d57aef
Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS

Excerpt https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html

  - Support for the long-deprecated INCLUDES variable will be removed
    altogether in Automake 1.14.  The AM_CPPFLAGS variable should be
    used instead.

This variable was deprecated in Automake releases prior to 1.10, which is
the current minimum level required to build X.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Makefile.am
tests/Makefile.am