From 50a8b7b611b324ee837db61efe6fdac8fb062086 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Wed, 14 Apr 2004 02:08:37 +0000 Subject: [PATCH] Add shader sources for solo build --- src/mesa/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 3ab0044..9077418 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -39,6 +39,7 @@ SOLO_SOURCES = \ $(TNL_SOURCES) \ $(SWRAST_SOURCES) \ $(SWRAST_SETUP_SOURCES) \ + $(SHADER_SOURCES) \ $(ASM_C_SOURCES) \ $(X86_SOURCES) -- 2.7.4