From: Aaron Watry Date: Tue, 14 Jun 2016 02:46:33 +0000 (-0500) Subject: clover: Include generated sources in AM_CPPFLAGS X-Git-Tag: upstream/17.1.0~8752 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fafe026dbe0680c971bf3ba2452954eea84287f2;p=platform%2Fupstream%2Fmesa.git clover: Include generated sources in AM_CPPFLAGS git_sha1.c is generated in $(top_builddir)/src. Fixes out-of-tree builds since 4825264f75c83576. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=96516 Signed-off-by: Aaron Watry Reviewed-and-Tested-by: Michel Dänzer --- 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