diff options
-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 3ab0044536b..9077418d9bd 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) |