diff options
author | Aaron Watry <awatry@gmail.com> | 2016-06-13 21:46:33 -0500 |
---|---|---|
committer | Michel Dänzer <michel.daenzer@amd.com> | 2016-06-14 12:04:42 +0900 |
commit | fafe026dbe0680c971bf3ba2452954eea84287f2 (patch) | |
tree | 917bd88fffc7a1c9fb9f66900ae3e353d67a53ff /src | |
parent | 0140938b26c9585fb432a4391ddef2f82b91a57d (diff) |
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 <awatry@gmail.com>
Reviewed-and-Tested-by: Michel Dänzer <michel.daenzer@amd.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/state_trackers/clover/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/clover/Makefile.am b/src/gallium/state_trackers/clover/Makefile.am index 4c9d7d9b7b..d0b191464d 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 |