From: Brian Paul Date: Sun, 18 Apr 2004 20:14:11 +0000 (+0000) Subject: added missing SHADER_SOURCES to ALL_SOURCES X-Git-Tag: android-x86-1.6~7147 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=eca88f80195334bd8f1d9be6433468c0a1f48082;p=android-x86%2Fexternal-mesa.git added missing SHADER_SOURCES to ALL_SOURCES --- diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 5824033dcae..31f64c5f272 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -144,6 +144,7 @@ ALL_SOURCES = \ $(MATH_SOURCES) \ $(ARRAY_CACHE_SOURCES) \ $(TNL_SOURCES) \ + $(SHADER_SOURCES) \ $(SWRAST_SOURCES) \ $(SWRAST_SETUP_SOURCES) \ $(ASM_C_SOURCES) \