From: Brian Paul Date: Sat, 28 Feb 2009 18:16:00 +0000 (-0700) Subject: mesa: add gallium state tracker sources to ALL_SOURCES X-Git-Tag: 062012170305~17580^2~376^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7787fa10bac206f7690fc742b952df99254c4ea1;p=profile%2Fivi%2Fmesa.git mesa: add gallium state tracker sources to ALL_SOURCES This should fix some missing dependency checking. --- 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) \