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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7787fa10bac206f7690fc742b952df99254c4ea1;p=mesa.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 a76c7b7441e..7c710103cdf 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) \