diff options
author | Emil Velikov <[email protected]> | 2017-01-16 15:45:35 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-01-27 17:56:55 +0000 |
commit | 90ac5c339e2c360712d663e3eab76c4a4abf2487 (patch) | |
tree | 8f7e5a937094d7b325a361d4e04de8f6a31ea7c0 /src/mesa | |
parent | 4622c75dfbf5c89630d1860037dcb8b7910c0820 (diff) |
i915: automake: include builddir prior to srcdir
Analogous to previous commit.
Cc: "12.0 13.0" <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i915/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |