[Glamor] [PATCH 1/4 v2] Silence Automake 1.13 warnings

Zhigang Gong zhigang.gong at linux.intel.com
Mon Mar 18 01:36:05 PDT 2013


Applied and pushed.

Thanks for the patchset.

On Wed, Mar 13, 2013 at 06:28:57PM +0100, Armin K wrote:
> warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
> ---
>  src/Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 55721f6..2140b81 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -12,7 +12,7 @@ endif
>  
>  instdir = $(moduledir)
>  
> -INCLUDES = \
> +AM_CPPFLAGS = \
>  	$(XORG_INCS)
>  
>  AM_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS) $(DIX_CFLAGS) $(LIBDRM_CFLAGS)
> -- 
> 1.8.1.5
> 
> _______________________________________________
> Glamor mailing list
> Glamor at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/glamor


More information about the Glamor mailing list