projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3174715
)
glsl2: Don't add mesa/program/ as an include dir. Let includes say program/.
author
Eric Anholt
<eric@anholt.net>
Mon, 2 Aug 2010 17:49:29 +0000
(10:49 -0700)
committer
Eric Anholt
<eric@anholt.net>
Mon, 2 Aug 2010 17:59:46 +0000
(10:59 -0700)
src/glsl/Makefile
patch
|
blob
|
history
diff --git
a/src/glsl/Makefile
b/src/glsl/Makefile
index 0254fec756b00df1307a7dc2d0eb1b368ac93801..f98b772a2fbcd5edf28c32fca934ae3841527b7f 100644
(file)
--- a/
src/glsl/Makefile
+++ b/
src/glsl/Makefile
@@
-100,7
+100,6
@@
INCLUDES = \
-I. \
-I../mesa \
-I../mapi \
- -I../mesa/program \
-I../../include \
$(LIBRARY_INCLUDES)