summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-08-14 21:53:14 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-08-14 21:53:14 +0000
commit98ae32c0f78a95d94eef08c26aed1d263fe4a6e2 (patch)
tree50fdf1b25ec9d6af9171e2aabec9b791a2a8f1c1 /Makefile
parentd48ef3ebe7cee17c20fcbeff24fb14437a83d0c8 (diff)
fix swrast/shader typo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fea9bb9b7a1..c2963732d58 100644
--- a/Makefile
+++ b/Makefile
@@ -171,7 +171,7 @@ LIB_FILES = \
$(DIRECTORY)/src/mesa/math/math.dsp \
$(DIRECTORY)/src/mesa/math/descrip.mms \
$(DIRECTORY)/src/mesa/shader/*.[ch] \
- $(DIRECTORY)/src/mesa/shader/swrast.dsp \
+ $(DIRECTORY)/src/mesa/shader/shader.dsp \
$(DIRECTORY)/src/mesa/shader/descrip.mms \
$(DIRECTORY)/src/mesa/swrast/*.[ch] \
$(DIRECTORY)/src/mesa/swrast/swrast.dsp \