diff options
author | Dave Airlie <airliedfreedesktop.org> | 2004-04-14 02:08:37 +0000 |
---|---|---|
committer | Dave Airlie <airliedfreedesktop.org> | 2004-04-14 02:08:37 +0000 |
commit | 50a8b7b611b324ee837db61efe6fdac8fb062086 (patch) | |
tree | 403d8b800507f4455c4ce459b4577f8a31f0b5a3 | |
parent | ec5f71d0f3e40a63299d021df6f2f922520750f0 (diff) |
Add shader sources for solo build
-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) |