diff options
author | gareth <gareth> | 2001-03-08 02:28:26 +0000 |
---|---|---|
committer | gareth <gareth> | 2001-03-08 02:28:26 +0000 |
commit | daad8f46fb1835fc1109c859e4d7bd752ee3e2d4 (patch) | |
tree | 14ae164dea65b4785055167796cb27932b709e95 /xc/lib/GL/mesa/src/drv/r128/Imakefile | |
parent | a221820923bb76fd2458eadf14b449c7d947e605 (diff) |
Add missing texformat.[co] to Mesa sources, objects. Should fix
"missing _mesa_null_texformat" compilation failure.
Diffstat (limited to 'xc/lib/GL/mesa/src/drv/r128/Imakefile')
-rw-r--r-- | xc/lib/GL/mesa/src/drv/r128/Imakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xc/lib/GL/mesa/src/drv/r128/Imakefile b/xc/lib/GL/mesa/src/drv/r128/Imakefile index f4a386963..3330a991b 100644 --- a/xc/lib/GL/mesa/src/drv/r128/Imakefile +++ b/xc/lib/GL/mesa/src/drv/r128/Imakefile @@ -153,6 +153,7 @@ MESA_INCLUDES = -I. -I.. -I../../include \ ../../stages.c \ ../../state.c \ ../../stencil.c \ + ../../texformat.c \ ../../teximage.c \ ../../texobj.c \ ../../texstate.c \ @@ -226,6 +227,7 @@ MESA_INCLUDES = -I. -I.. -I../../include \ ../../stages.o \ ../../state.o \ ../../stencil.o \ + ../../texformat.o \ ../../teximage.o \ ../../texobj.o \ ../../texstate.o \ |