diff options
author | Emil Velikov <[email protected]> | 2017-01-16 15:45:49 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-01-27 17:56:56 +0000 |
commit | 091f2b8c98937138c17a1ddf4b16d17f31a20020 (patch) | |
tree | d5658fae005cc2ee701dd0b744da493d574b2d5b /src/mesa/main/tests | |
parent | 6ba96bdcabc4c9c89827603907aba1b7dd5e9972 (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.am | 2 |
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) |