Index: GL/mesa/Makefile.am =================================================================== RCS file: /cvs/xserver/xserver/GL/mesa/Makefile.am,v retrieving revision 1.4 diff -u -r1.4 Makefile.am --- GL/mesa/Makefile.am 22 Aug 2005 09:41:30 -0000 1.4 +++ GL/mesa/Makefile.am 7 Sep 2005 08:03:59 -0000 @@ -174,7 +174,8 @@ $(MESASRCDIR)/tnl/t_vtx_eval.c \ $(MESASRCDIR)/tnl/t_vtx_exec.c \ $(MESASRCDIR)/tnl/t_vtx_generic.c \ - $(MESASRCDIR)/tnl/t_vtx_x86.c + $(MESASRCDIR)/tnl/t_vtx_x86.c \ + $(MESASRCDIR)/tnl/t_vp_build.c MESA_MATH_SRCS = \ $(MESASRCDIR)/math/m_debug_clip.c \