uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES
authorDave Reisner <dreisner@archlinux.org>
Wed, 10 Oct 2012 08:05:02 +0000 (10:05 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 Nov 2012 23:32:21 +0000 (00:32 +0100)
commit550e403f0023e1ca6c50a658e2d994e7f89d576b
treef4caedcfe3bba379f94f49feeed3585fa1930dc5
parentf99430d89ecccf2a899a743d6c856102e967e32a
uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES

Since automake 1.12.4, the warnings are issued on running automake:

  warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')

Avoid INCLUDES and roll these flags into AM_CPPFLAGS.

Compile tested on:
  Ubuntu 10.04 (automake 1:1.11.1-1)
  Ubuntu 12.04 (automake 1:1.11.3-1ubuntu2)
  Arch Linux (automake 1.12.4)
docs/examples/Makefile.am
lib/Makefile.am
src/Makefile.am
tests/libtest/Makefile.am
tests/server/Makefile.am
tests/unit/Makefile.am