Mesa (master): mesa: add gallium state tracker sources to ALL_SOURCES

Brian Paul brianp at kemper.freedesktop.org
Sat Feb 28 18:18:21 UTC 2009


Module: Mesa
Branch: master
Commit: 7787fa10bac206f7690fc742b952df99254c4ea1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7787fa10bac206f7690fc742b952df99254c4ea1

Author: Brian Paul <brianp at vmware.com>
Date:   Sat Feb 28 11:16:00 2009 -0700

mesa: add gallium state tracker sources to ALL_SOURCES

This should fix some missing dependency checking.

---

 src/mesa/sources.mak |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index a76c7b7..7c71010 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)		\




More information about the mesa-commit mailing list