diff options
-rw-r--r-- | src/mesa/main/descrip.mms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms index cf971c70891..1f011e72326 100644 --- a/src/mesa/main/descrip.mms +++ b/src/mesa/main/descrip.mms @@ -71,7 +71,7 @@ CORE_SOURCES =accum.c \ teximage.c \ texobj.c \ texstate.c \ - texture.c \ + texstore.c \ texutil.c \ varray.c \ vtxfmt.c \ @@ -220,7 +220,7 @@ stencil.obj,\ teximage.obj,\ texobj.obj,\ texstate.obj,\ -texture.obj,\ +texstore.obj,\ texutil.obj,\ varray.obj,\ vtxfmt.obj,\ |