projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c4268d
)
mesa: add gallium state tracker sources to ALL_SOURCES
author
Brian Paul
<brianp@vmware.com>
Sat, 28 Feb 2009 18:16:00 +0000
(11:16 -0700)
committer
Brian Paul
<brianp@vmware.com>
Sat, 28 Feb 2009 18:17:27 +0000
(11:17 -0700)
This should fix some missing dependency checking.
src/mesa/sources.mak
patch
|
blob
|
history
diff --git
a/src/mesa/sources.mak
b/src/mesa/sources.mak
index a76c7b7441ec4545e549587f68a0cea5d7217053..7c710103cdfa81727302e79717a67d8cd931bb1a 100644
(file)
--- a/
src/mesa/sources.mak
+++ b/
src/mesa/sources.mak
@@
-326,7
+326,8
@@
MESA_SOURCES = \
ALL_SOURCES = \
$(MESA_SOURCES) \
$(GLAPI_SOURCES) \
- $(MESA_ASM_SOURCES)
+ $(MESA_ASM_SOURCES) \
+ $(STATETRACKER_SOURCES)
MESA_GALLIUM_SOURCES = \
$(MAIN_SOURCES) \