summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-28 11:16:00 -0700
committerBrian Paul <brianp@vmware.com>2009-02-28 11:17:27 -0700
commit7787fa10bac206f7690fc742b952df99254c4ea1 (patch)
tree902c93ad85bd3e8b18b1573eb781209e989ae238 /src/mesa/sources.mak
parent4c4268dd31ce119d5d3db090adf0935bf3c27831 (diff)
mesa: add gallium state tracker sources to ALL_SOURCES
This should fix some missing dependency checking.
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r--src/mesa/sources.mak3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index a76c7b7441..7c710103cd 100644
--- 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) \