diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2013-08-06 13:08:13 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2013-08-06 13:08:13 +1000 |
commit | bbef8e46f2fed8f823ee4b97e96c3fcee28f3b75 (patch) | |
tree | d5065903cadb6fb6a069b293a994b1b092cebc1e /hw/xfree86/x86emu/Makefile.am | |
parent | c218ba8423a73a7a643cb17789db8a1dd0901ca6 (diff) |
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>
Diffstat (limited to 'hw/xfree86/x86emu/Makefile.am')
-rw-r--r-- | hw/xfree86/x86emu/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/x86emu/Makefile.am b/hw/xfree86/x86emu/Makefile.am index df9697767..2a55d6353 100644 --- a/hw/xfree86/x86emu/Makefile.am +++ b/hw/xfree86/x86emu/Makefile.am @@ -11,7 +11,7 @@ libx86emu_la_SOURCES = debug.c \ sys.c \ x86emu.h -INCLUDES = +AM_CPPFLAGS = AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) |