summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-04-18 20:14:11 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-04-18 20:14:11 +0000
commiteca88f80195334bd8f1d9be6433468c0a1f48082 (patch)
tree97f9f95b270a5534c52cb2cd4743c52e08bb291d /src/mesa/Makefile
parent51060afb4e252ecf813134659c45f15e07ccd532 (diff)
added missing SHADER_SOURCES to ALL_SOURCES
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r--src/mesa/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile
index 5824033dca..31f64c5f27 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) \