From 89ce0721ebac2d14267b79d0c1849eb25f018894 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 16 Jan 2017 15:45:37 +0000 Subject: [PATCH] clover: automake: include builddir prior to srcdir Analogous to previous commit. Cc: "12.0 13.0" Cc: Aaron Watry Cc: Francisco Jerez Signed-off-by: Emil Velikov (cherry picked from commit 65d5a60caca632a7c03cd1dc554645f27f408f37) --- src/gallium/state_trackers/clover/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/state_trackers/clover/Makefile.am b/src/gallium/state_trackers/clover/Makefile.am index d0b191464de..8abcfec2e35 100644 --- a/src/gallium/state_trackers/clover/Makefile.am +++ b/src/gallium/state_trackers/clover/Makefile.am @@ -2,12 +2,12 @@ include Makefile.sources AM_CPPFLAGS = \ -I$(top_srcdir)/include \ + -I$(top_builddir)/src \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/gallium/include \ -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 -- 2.11.0