diff options
author | Jon TURNEY <[email protected]> | 2013-03-01 15:21:07 +0000 |
---|---|---|
committer | Jon TURNEY <[email protected]> | 2013-03-05 13:33:16 +0000 |
commit | 87fdcd87b163176dc7336a88c81f4b2d8f160231 (patch) | |
tree | 93476524e2ab3095af16a5c7f7dc5c408482ebef /src/mesa/main/tests | |
parent | e21460b4d515a7ea41e2694c89b5d94b0bd84d54 (diff) |
Fix out-of-tree build of 'make check' in src/mesa/main/tests
Signed-off-by: Jon TURNEY <[email protected]>
Reviewed-by: Andreas Boll <[email protected]>
Diffstat (limited to 'src/mesa/main/tests')
-rw-r--r-- | src/mesa/main/tests/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/main/tests/Makefile.am b/src/mesa/main/tests/Makefile.am index 012b353af12..4acc815e6f2 100644 --- a/src/mesa/main/tests/Makefile.am +++ b/src/mesa/main/tests/Makefile.am @@ -4,10 +4,10 @@ AM_CFLAGS = \ $(X11_CFLAGS) \ $(PTHREAD_CFLAGS) AM_CPPFLAGS = \ - -I$(top_builddir)/src/gtest/include \ - -I$(top_builddir)/src/mapi \ - -I$(top_builddir)/src/mesa \ - -I$(top_builddir)/include \ + -I$(top_srcdir)/src/gtest/include \ + -I$(top_srcdir)/src/mapi \ + -I$(top_srcdir)/src/mesa \ + -I$(top_srcdir)/include \ $(API_DEFINES) $(DEFINES) $(INCLUDE_DIRS) TESTS = main-test |