projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec5f71d
)
Add shader sources for solo build
author
Dave Airlie
<airliedfreedesktop.org>
Wed, 14 Apr 2004 02:08:37 +0000
(
02:08
+0000)
committer
Dave Airlie
<airliedfreedesktop.org>
Wed, 14 Apr 2004 02:08:37 +0000
(
02:08
+0000)
src/mesa/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/Makefile
b/src/mesa/Makefile
index 3ab0044536bfc6c15a7ba8bb9e95bdc0d7e6e73d..9077418d9bd06357c43a21a7efeb8a590496de51 100644
(file)
--- 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)