This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
Add missing inlcude directory.
tags/mesa_20090313
michal
18 years ago
parent
cbef86a6ea
commit
4fb2f09fdd
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
src/mesa/pipe/Makefile.template
+ 2
- 1
src/mesa/pipe/Makefile.template
View File
@@ -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 #####
Write
Preview
Loading…
Cancel
Save