projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbef86a
)
Add missing inlcude directory.
author
michal
<michal@michal-laptop.(none)>
Thu, 16 Aug 2007 11:50:51 +0000
(12:50 +0100)
committer
michal
<michal@michal-laptop.(none)>
Thu, 16 Aug 2007 11:50:51 +0000
(12:50 +0100)
src/mesa/pipe/Makefile.template
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/Makefile.template
b/src/mesa/pipe/Makefile.template
index fe0a81af6a53de237fbf15962dfdec18f5910c9d..495bf44c079ca59a670a5944985c959d87d11a2f 100644
(file)
--- a/
src/mesa/pipe/Makefile.template
+++ b/
src/mesa/pipe/Makefile.template
@@
-15,7
+15,8
@@
OBJECTS = $(C_SOURCES:.c=.o) \
INCLUDES = \
-I. \
-I$(TOP)/src/mesa/pipe \
- -I$(TOP)/src/mesa
+ -I$(TOP)/src/mesa \
+ -I$(TOP)/include
##### RULES #####