summaryrefslogtreecommitdiff
path: root/glamor/Makefile.am
diff options
context:
space:
mode:
authorArmin K <krejzi@email.com>2013-03-13 18:28:57 +0100
committerEric Anholt <eric@anholt.net>2013-12-18 11:23:53 -0800
commitfc179bb863778c03288bebaa258358ccbdb6aa0c (patch)
tree3098f8c399cc27b41c23c52a4f65492bbe93e2b9 /glamor/Makefile.am
parent97416e3f144606728a963aa2a337b1283e156ad2 (diff)
Silence Automake 1.13 warnings
warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Diffstat (limited to 'glamor/Makefile.am')
-rw-r--r--glamor/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/glamor/Makefile.am b/glamor/Makefile.am
index 55721f645..2140b8147 100644
--- a/glamor/Makefile.am
+++ b/glamor/Makefile.am
@@ -12,7 +12,7 @@ endif
instdir = $(moduledir)
-INCLUDES = \
+AM_CPPFLAGS = \
$(XORG_INCS)
AM_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS) $(DIX_CFLAGS) $(LIBDRM_CFLAGS)