projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ba96bd
)
mesa/tests: automake: include builddir prior to srcdir
author
Emil Velikov
<emil.velikov@collabora.com>
Mon, 16 Jan 2017 15:45:49 +0000
(15:45 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Fri, 27 Jan 2017 17:56:56 +0000
(17:56 +0000)
Analogous to previous commit.
Cc: "12.0 13.0" <mesa-dev@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/mesa/main/tests/Makefile.am
patch
|
blob
|
history
diff --git
a/src/mesa/main/tests/Makefile.am
b/src/mesa/main/tests/Makefile.am
index
d6977e2
..
18f750e
100644
(file)
--- 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)