From: Brian Paul Date: Sat, 14 Aug 2004 21:53:14 +0000 (+0000) Subject: fix swrast/shader typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=98ae32c0f78a95d94eef08c26aed1d263fe4a6e2;p=mesa.git fix swrast/shader typo --- 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 \