projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10c82c6
)
glx/tests: add -I src/ to fix make check
author
Brian Paul
<brianp@vmware.com>
Wed, 4 Mar 2015 17:03:09 +0000
(10:03 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 4 Mar 2015 18:02:09 +0000
(11:02 -0700)
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/glx/tests/Makefile.am
patch
|
blob
|
history
diff --git
a/src/glx/tests/Makefile.am
b/src/glx/tests/Makefile.am
index dd82449bdb59d9f96c8e860f6271c15b651915f1..b02a9e3770e4d7eb25cca9616f97cf48a5d35d6c 100644
(file)
--- a/
src/glx/tests/Makefile.am
+++ b/
src/glx/tests/Makefile.am
@@
-2,6
+2,7
@@
if HAVE_SHARED_GLAPI
AM_CFLAGS = $(PTHREAD_CFLAGS)
AM_CPPFLAGS = \
-I$(top_srcdir)/src/gtest/include \
+ -I$(top_srcdir)/src \
-I$(top_srcdir)/src/mapi \
-I$(top_srcdir)/src/mesa \
-I$(top_srcdir)/src/glx \