diff options
author | Emil Velikov <[email protected]> | 2017-01-16 15:45:49 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-02-03 11:08:57 +0000 |
commit | e6ea92b263126d08f3c4a5e10b324e9e7325d96f (patch) | |
tree | c0adb6c261cd3773c63e74ec90cba887b46a3bf2 /src/mesa | |
parent | 27e7e7e7e3f6da79a0fd4e18d17fc42f2d23e924 (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]>
(cherry picked from commit 091f2b8c98937138c17a1ddf4b16d17f31a20020)
Diffstat (limited to 'src/mesa')
-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) |