projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c6e1e9
)
autotools: Add missing top-level include dir.
author
José Fonseca
<jfonseca@vmware.com>
Wed, 13 Mar 2013 00:16:24 +0000
(
00:16
+0000)
committer
José Fonseca
<jfonseca@vmware.com>
Wed, 13 Mar 2013 00:25:09 +0000
(
00:25
+0000)
Fixes autotools build failure. Not sure if there are more, as I have
difficulties in building the full tree.
src/gallium/drivers/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/Makefile.am
b/src/gallium/drivers/Makefile.am
index 25d9533c9496d97123fca15522bc025a8a54853e..3477feef05c2742da514e229a9409a1dc226e528 100644
(file)
--- a/
src/gallium/drivers/Makefile.am
+++ b/
src/gallium/drivers/Makefile.am
@@
-1,6
+1,7
@@
AUTOMAKE_OPTIONS = subdir-objects
AM_CPPFLAGS = \
+ -I$(top_srcdir)/include \
-I$(top_srcdir)/src/gallium/include \
-I$(top_srcdir)/src/gallium/auxiliary \
-I$(top_srcdir)/src/gallium/drivers \