Skip to content
Snippets Groups Projects
Commit b4f6c703 authored by Emil Velikov's avatar Emil Velikov
Browse files

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: default avatarEmil Velikov <emil.velikov@collabora.com>
Reviewed-by: default avatarMatt Turner <mattst88@gmail.com>
Reviewed-by: default avatarJason Ekstrand <jason@jlekstrand.net>
parent 53a2167e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment