From fc179bb863778c03288bebaa258358ccbdb6aa0c Mon Sep 17 00:00:00 2001 From: Armin K Date: Wed, 13 Mar 2013 18:28:57 +0100 Subject: [PATCH] Silence Automake 1.13 warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Reviewed-by: Michel Dänzer --- glamor/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)