From 042b3445b27fd43af595d47d21b7033159417b9a Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 16 Jan 2017 15:45:35 +0000 Subject: [PATCH] i915: automake: include builddir prior to srcdir Analogous to previous commit. Cc: "12.0 13.0" Signed-off-by: Emil Velikov (cherry picked from commit 90ac5c339e2c360712d663e3eab76c4a4abf2487) --- src/mesa/drivers/dri/i915/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i915/Makefile.am b/src/mesa/drivers/dri/i915/Makefile.am index 822f74c2306..11b7341c730 100644 --- a/src/mesa/drivers/dri/i915/Makefile.am +++ b/src/mesa/drivers/dri/i915/Makefile.am @@ -30,9 +30,9 @@ AM_CFLAGS = \ -I$(top_srcdir)/src/mesa/ \ -I$(top_srcdir)/src/gallium/include \ -I$(top_srcdir)/src/gallium/auxiliary \ + -I$(top_builddir)/src/mesa/drivers/dri/common \ -I$(top_srcdir)/src/mesa/drivers/dri/common \ -I$(top_srcdir)/src/mesa/drivers/dri/intel/server \ - -I$(top_builddir)/src/mesa/drivers/dri/common \ $(DEFINES) \ $(VISIBILITY_CFLAGS) \ $(INTEL_CFLAGS) -- 2.11.0