add progs/glsl/ to DEMO_FILES, s/pre/rc1/
diff --git a/Makefile b/Makefile
index 5e0c012..a656da5 100644
--- a/Makefile
+++ b/Makefile
@@ -155,10 +155,10 @@
 
 # Rules for making release tarballs
 
-DIRECTORY = Mesa-6.5.3pre
-LIB_NAME = MesaLib-6.5.3pre
-DEMO_NAME = MesaDemos-6.5.3pre
-GLUT_NAME = MesaGLUT-6.5.3pre
+DIRECTORY = Mesa-6.5.3rc1
+LIB_NAME = MesaLib-6.5.3rc1
+DEMO_NAME = MesaDemos-6.5.3rc1
+GLUT_NAME = MesaGLUT-6.5.3rc1
 
 MAIN_FILES = \
 	$(DIRECTORY)/Makefile*						\
@@ -364,6 +364,9 @@
 	$(DIRECTORY)/progs/samples/Makefile*		\
 	$(DIRECTORY)/progs/samples/README		\
 	$(DIRECTORY)/progs/samples/*.c			\
+	$(DIRECTORY)/progs/glsl/Makefile*		\
+	$(DIRECTORY)/progs/glsl/*.c			\
+	$(DIRECTORY)/progs/glsl/*.txt			\
 	$(DIRECTORY)/progs/windml/Makefile.ugl		\
 	$(DIRECTORY)/progs/windml/*.c			\
 	$(DIRECTORY)/progs/windml/*.bmp			\