[Mesa-dev] [PATCH 09/19] d3dadapter9: automake: include builddir prior to srcdir

Emil Velikov emil.l.velikov at gmail.com
Mon Jan 16 15:45:40 UTC 2017


From: Emil Velikov <emil.velikov at collabora.com>

Analogous to previous commit.

Cc: "12.0 13.0" <mesa-dev at lists.freedesktop.org>
Cc: Axel Davy <axel.davy at ens.fr>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
 src/gallium/targets/d3dadapter9/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/targets/d3dadapter9/Makefile.am b/src/gallium/targets/d3dadapter9/Makefile.am
index a3d2416c31..b78fb721a1 100644
--- a/src/gallium/targets/d3dadapter9/Makefile.am
+++ b/src/gallium/targets/d3dadapter9/Makefile.am
@@ -27,8 +27,8 @@ AM_CFLAGS = \
 	-I$(top_srcdir)/src/loader \
 	-I$(top_srcdir)/src/mapi/ \
 	-I$(top_srcdir)/src/mesa/ \
-	-I$(top_srcdir)/src/mesa/drivers/dri/common/ \
 	-I$(top_builddir)/src/mesa/drivers/dri/common/ \
+	-I$(top_srcdir)/src/mesa/drivers/dri/common/ \
 	-I$(top_srcdir)/src/gallium/winsys \
 	-I$(top_srcdir)/src/gallium/state_trackers/nine \
 	$(GALLIUM_TARGET_CFLAGS) \
-- 
2.11.0



More information about the mesa-dev mailing list