summaryrefslogtreecommitdiff
path: root/hw/xfree86/x86emu
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-08-06 13:08:13 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2013-08-06 13:08:13 +1000
commitbbef8e46f2fed8f823ee4b97e96c3fcee28f3b75 (patch)
treed5065903cadb6fb6a069b293a994b1b092cebc1e /hw/xfree86/x86emu
parentc218ba8423a73a7a643cb17789db8a1dd0901ca6 (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')
-rw-r--r--hw/xfree86/x86emu/Makefile.am2
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)