summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) \