diff options
author | Brian <brian@yutani.localnet.net> | 2007-04-18 08:52:18 -0600 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-04-18 08:52:18 -0600 |
commit | d9443c24945381e12c82d46d638685a499033457 (patch) | |
tree | 0523ba0410ac57ef30f00a33ad4595a9f1915222 /Makefile | |
parent | 565cd49b5fc7a5bd1e533542888bf322b83b8e56 (diff) |
add progs/glsl/ to DEMO_FILES, s/pre/rc1/
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -155,10 +155,10 @@ ultrix-gcc: # 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 @@ DEMO_FILES = \ $(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 \ |