From: Karl Schultz Date: Sat, 14 Aug 2004 21:42:50 +0000 (+0000) Subject: add shader.dsp and descrip.mms to tarball list for relatively new shader dir. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d48ef3ebe7cee17c20fcbeff24fb14437a83d0c8;p=mesa.git add shader.dsp and descrip.mms to tarball list for relatively new shader dir. --- diff --git a/Makefile b/Makefile index 2f40bef5d74..fea9bb9b7a1 100644 --- a/Makefile +++ b/Makefile @@ -171,6 +171,8 @@ 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/descrip.mms \ $(DIRECTORY)/src/mesa/swrast/*.[ch] \ $(DIRECTORY)/src/mesa/swrast/swrast.dsp \ $(DIRECTORY)/src/mesa/swrast/descrip.mms \