summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-01-16 15:45:49 +0000
committerEmil Velikov <[email protected]>2017-01-27 17:56:56 +0000
commit091f2b8c98937138c17a1ddf4b16d17f31a20020 (patch)
treed5658fae005cc2ee701dd0b744da493d574b2d5b /src/mesa/main/tests
parent6ba96bdcabc4c9c89827603907aba1b7dd5e9972 (diff)
mesa/tests: automake: include builddir prior to srcdir
Analogous to previous commit. Cc: "12.0 13.0" <[email protected]> Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/main/tests')
-rw-r--r--src/mesa/main/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/tests/Makefile.am b/src/mesa/main/tests/Makefile.am
index d6977e20e85..18f750e4d48 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)