Replace INCLUDES with AM_CPPFLAGS
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 6 Aug 2013 03:08:13 +0000 (13:08 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 6 Aug 2013 03:08:13 +0000 (13:08 +1000)
commitbbef8e46f2fed8f823ee4b97e96c3fcee28f3b75
treed5065903cadb6fb6a069b293a994b1b092cebc1e
parentc218ba8423a73a7a643cb17789db8a1dd0901ca6
Replace INCLUDES with AM_CPPFLAGS

newer automake gets quite noisy about this.
hw/xfree86/ddc/Makefile.am:7: warning:
'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
and many more of these.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
37 files changed:
exa/Makefile.am
glx/Makefile.am
hw/kdrive/ephyr/Makefile.am
hw/kdrive/fake/Makefile.am
hw/kdrive/fbdev/Makefile.am
hw/kdrive/linux/Makefile.am
hw/kdrive/src/Makefile.am
hw/xfree86/Makefile.am
hw/xfree86/common/Makefile.am
hw/xfree86/ddc/Makefile.am
hw/xfree86/dixmods/Makefile.am
hw/xfree86/exa/Makefile.am
hw/xfree86/fbdevhw/Makefile.am
hw/xfree86/i2c/Makefile.am
hw/xfree86/int10/Makefile.am
hw/xfree86/loader/Makefile.am
hw/xfree86/modes/Makefile.am
hw/xfree86/os-support/bsd/Makefile.am
hw/xfree86/os-support/bus/Makefile.am
hw/xfree86/os-support/hurd/Makefile.am
hw/xfree86/os-support/linux/Makefile.am
hw/xfree86/os-support/misc/Makefile.am
hw/xfree86/os-support/solaris/Makefile.am
hw/xfree86/os-support/stub/Makefile.am
hw/xfree86/parser/Makefile.am
hw/xfree86/ramdac/Makefile.am
hw/xfree86/shadowfb/Makefile.am
hw/xfree86/utils/cvt/Makefile.am
hw/xfree86/vbe/Makefile.am
hw/xfree86/vgahw/Makefile.am
hw/xfree86/x86emu/Makefile.am
hw/xwin/Makefile.am
hw/xwin/glx/Makefile.am
miext/damage/Makefile.am
miext/sync/Makefile.am
test/Makefile.am
test/xi2/Makefile.am