projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d9bdaa
)
trim down -I options
author
Brian
<brian.paul@tungstengraphics.com>
Wed, 12 Dec 2007 01:58:48 +0000
(18:58 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Wed, 12 Dec 2007 01:58:48 +0000
(18:58 -0700)
src/mesa/sources
patch
|
blob
|
history
diff --git
a/src/mesa/sources
b/src/mesa/sources
index fb059498f919457d70565d2dd33c0ef6916b841a..31aeb5b451cc63d738267553cd22e21e2865f9ca 100644
(file)
--- a/
src/mesa/sources
+++ b/
src/mesa/sources
@@
-427,10
+427,12
@@
INCLUDE_DIRS = \
-I$(TOP)/src/mesa/main \
-I$(TOP)/src/mesa/glapi \
-I$(TOP)/src/mesa/math \
- -I$(TOP)/src/mesa/tnl \
-I$(TOP)/src/mesa/shader \
-I$(TOP)/src/mesa/shader/grammar \
- -I$(TOP)/src/mesa/shader/slang \
+ -I$(TOP)/src/mesa/shader/slang
+
+OLD_INCLUDE_DIRS = \
+ -I$(TOP)/src/mesa/tnl \
-I$(TOP)/src/mesa/swrast \
-I$(TOP)/src/mesa/swrast_setup \
-I$(TOP)/src/mesa/pipe/tgsi