From daad8f46fb1835fc1109c859e4d7bd752ee3e2d4 Mon Sep 17 00:00:00 2001 From: gareth Date: Thu, 8 Mar 2001 02:28:26 +0000 Subject: Add missing texformat.[co] to Mesa sources, objects. Should fix "missing _mesa_null_texformat" compilation failure. --- xc/lib/GL/mesa/src/drv/r128/Imakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xc/lib/GL/mesa/src/drv/r128/Imakefile') 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 \ -- cgit v1.2.3