[Mesa-dev] [PATCH] clover: Include generated sources in AM_CPPFLAGS

Michel Dänzer michel at daenzer.net
Tue Jun 14 03:24:27 UTC 2016


On 14.06.2016 11:46, Aaron Watry wrote:
> git_sha1.c is generated in $(top_builddir)/src.
> 
> Fixes out-of-tree builds since 4825264f75c83576.
> 
> Signed-off-by: Aaron Watry <awatry at gmail.com>
> ---
>  src/gallium/state_trackers/clover/Makefile.am | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/gallium/state_trackers/clover/Makefile.am b/src/gallium/state_trackers/clover/Makefile.am
> index 4c9d7d9..d0b1914 100644
> --- a/src/gallium/state_trackers/clover/Makefile.am
> +++ b/src/gallium/state_trackers/clover/Makefile.am
> @@ -7,6 +7,7 @@ AM_CPPFLAGS = \
>  	-I$(top_srcdir)/src/gallium/drivers \
>  	-I$(top_srcdir)/src/gallium/auxiliary \
>  	-I$(top_srcdir)/src/gallium/winsys \
> +	-I$(top_builddir)/src \
>  	-I$(srcdir)
>  
>  if HAVE_CLOVER_ICD
> 

Pushed, thanks.


-- 
Earthling Michel Dänzer               |               http://www.amd.com
Libre software enthusiast             |             Mesa and X developer


More information about the mesa-dev mailing list