projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cff70dc
)
Fix out-of-tree build of 'make check' in src/mapi/glapi/tests/
author
Jon TURNEY
<jon.turney@dronecode.org.uk>
Tue, 26 Feb 2013 16:02:13 +0000
(16:02 +0000)
committer
Jon TURNEY
<jon.turney@dronecode.org.uk>
Wed, 13 Mar 2013 14:53:36 +0000
(14:53 +0000)
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
src/mapi/glapi/tests/Makefile.am
patch
|
blob
|
history
diff --git
a/src/mapi/glapi/tests/Makefile.am
b/src/mapi/glapi/tests/Makefile.am
index a23eef2ccd7cfb7f940f9a10275f7ab8db9ae883..3553b998a8866052e3fade15e88a3d782faeb791 100644
(file)
--- a/
src/mapi/glapi/tests/Makefile.am
+++ b/
src/mapi/glapi/tests/Makefile.am
@@
-1,9
+1,9
@@
if !HAVE_SHARED_GLAPI
AM_CFLAGS = $(PTHREAD_CFLAGS)
AM_CPPFLAGS = \
- -I$(top_
build
dir)/src/gtest/include \
- -I$(top_
build
dir)/src/mapi \
- -I$(top_
build
dir)/include
+ -I$(top_
src
dir)/src/gtest/include \
+ -I$(top_
src
dir)/src/mapi \
+ -I$(top_
src
dir)/include
TESTS = glapi-test
check_PROGRAMS = glapi-test