diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2006-09-17 15:30:40 +0000 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2006-09-17 15:30:40 +0000 |
commit | 473a38622e46d46b74d7426d0a2f4b60f4a1d5d4 (patch) | |
tree | 38c40e0d3707784c71819c3a33f6cb0c23e6aa68 /src/mesa/drivers/dri/nouveau/Makefile | |
parent | c67f54552077b780df574cbcdea70b2cc37076ef (diff) |
Rename nouveau_tris.* to nouveau_swtcl.*
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/nouveau/Makefile b/src/mesa/drivers/dri/nouveau/Makefile index fc51205019..ee7bc5d317 100644 --- a/src/mesa/drivers/dri/nouveau/Makefile +++ b/src/mesa/drivers/dri/nouveau/Makefile @@ -16,7 +16,7 @@ DRIVER_SOURCES = \ nouveau_span.c \ nouveau_state.c \ nouveau_tex.c \ - nouveau_tris.c \ + nouveau_swtcl.c \ nv10_swtcl.c C_SOURCES = \ |