isl: automake: list builddir before srcdir in the includes list

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@collabora.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Emil Velikov 2016-05-27 15:35:32 +01:00 committed by Emil Velikov
parent 53a2167e68
commit b4f6c70397
1 changed files with 3 additions and 4 deletions

View File

@ -34,16 +34,15 @@ AM_CPPFLAGS = \
$(VALGRIND_CFLAGS) \ $(VALGRIND_CFLAGS) \
$(DEFINES) \ $(DEFINES) \
-I$(top_srcdir)/include \ -I$(top_srcdir)/include \
-I$(top_builddir)/src \
-I$(top_srcdir)/src \ -I$(top_srcdir)/src \
-I$(top_builddir)/src/intel \
-I$(top_srcdir)/src/intel \ -I$(top_srcdir)/src/intel \
-I$(top_srcdir)/src/mapi \ -I$(top_srcdir)/src/mapi \
-I$(top_srcdir)/src/mesa \ -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/mesa/drivers/dri/i965 \
-I$(top_srcdir)/src/gallium/auxiliary \ -I$(top_srcdir)/src/gallium/auxiliary \
-I$(top_srcdir)/src/gallium/include \ -I$(top_srcdir)/src/gallium/include
-I$(top_builddir)/src \
-I$(top_builddir)/src/intel
libisl_la_CFLAGS = $(CFLAGS) -Wno-override-init libisl_la_CFLAGS = $(CFLAGS) -Wno-override-init