From: Brian Paul Date: Fri, 15 Apr 2005 22:20:46 +0000 (+0000) Subject: added SLANG_SOURCES to SOLO_C_SOURCES X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e9a3d8a7726823efae8ed27f7f669e96a445950a;p=mesa.git added SLANG_SOURCES to SOLO_C_SOURCES --- diff --git a/src/mesa/Makefile b/src/mesa/Makefile index b12109ed577..49fd88f1141 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -58,6 +58,7 @@ SOLO_C_SOURCES = \ $(SWRAST_SOURCES) \ $(SWRAST_SETUP_SOURCES) \ $(SHADER_SOURCES) \ + $(SLANG_SOURCES) \ $(ASM_C_SOURCES) SOLO_OBJECTS = $(SOLO_C_SOURCES:.c=.o) \