diff options
author | Brian Paul <[email protected]> | 2004-04-18 20:14:11 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-04-18 20:14:11 +0000 |
commit | eca88f80195334bd8f1d9be6433468c0a1f48082 (patch) | |
tree | 97f9f95b270a5534c52cb2cd4743c52e08bb291d /src/mesa/Makefile | |
parent | 51060afb4e252ecf813134659c45f15e07ccd532 (diff) |
added missing SHADER_SOURCES to ALL_SOURCES
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r-- | src/mesa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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) \ |