[Mesa-dev] [PATCH 05/18] isl: automake: list builddir before srcdir in the includes list
Emil Velikov
emil.l.velikov at gmail.com
Fri May 27 14:35:32 UTC 2016
From: Emil Velikov <emil.velikov at collabora.com>
As seen elsewhere - we want to include the freshly built sources as
opposed the the (likely) stale ones in the srcdir.
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
src/intel/isl/Makefile.am | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/intel/isl/Makefile.am b/src/intel/isl/Makefile.am
index 57313ba..46b2683 100644
--- a/src/intel/isl/Makefile.am
+++ b/src/intel/isl/Makefile.am
@@ -34,16 +34,15 @@ AM_CPPFLAGS = \
$(VALGRIND_CFLAGS) \
$(DEFINES) \
-I$(top_srcdir)/include \
+ -I$(top_builddir)/src \
-I$(top_srcdir)/src \
+ -I$(top_builddir)/src/intel \
-I$(top_srcdir)/src/intel \
-I$(top_srcdir)/src/mapi \
-I$(top_srcdir)/src/mesa \
- -I$(top_srcdir)/src/mesa/drivers/dri/common \
-I$(top_srcdir)/src/mesa/drivers/dri/i965 \
-I$(top_srcdir)/src/gallium/auxiliary \
- -I$(top_srcdir)/src/gallium/include \
- -I$(top_builddir)/src \
- -I$(top_builddir)/src/intel
+ -I$(top_srcdir)/src/gallium/include
libisl_la_CFLAGS = $(CFLAGS) -Wno-override-init
--
2.8.2
More information about the mesa-dev
mailing list