[Mesa-dev] [PATCH 18/19] mesa/tests: automake: include builddir prior to srcdir

Emil Velikov emil.l.velikov at gmail.com
Mon Jan 16 15:45:49 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>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
 src/mesa/main/tests/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/main/tests/Makefile.am b/src/mesa/main/tests/Makefile.am
index d6977e20e8..18f750e4d4 100644
--- a/src/mesa/main/tests/Makefile.am
+++ b/src/mesa/main/tests/Makefile.am
@@ -4,8 +4,8 @@ AM_CPPFLAGS = \
 	-I$(top_srcdir)/src/gtest/include \
 	-I$(top_srcdir)/src \
 	-I$(top_srcdir)/src/mapi \
-	-I$(top_srcdir)/src/mesa \
 	-I$(top_builddir)/src/mesa \
+	-I$(top_srcdir)/src/mesa \
 	-I$(top_srcdir)/include \
 	$(DEFINES) $(INCLUDE_DIRS)
 
-- 
2.11.0



More information about the mesa-dev mailing list