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>
This commit is contained in:
Armin K 2013-03-13 18:28:57 +01:00 committed by Eric Anholt
parent 97416e3f14
commit fc179bb863

View File

@ -12,7 +12,7 @@ endif
instdir = $(moduledir)
INCLUDES = \
AM_CPPFLAGS = \
$(XORG_INCS)
AM_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS) $(DIX_CFLAGS) $(LIBDRM_CFLAGS)