xserver/GL/mesa Makefile.am,1.3,1.4
Dave Airlie <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Mon, 22 Aug 2005 02:41:32 -0700 (PDT)
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: airlied Update of /cvs/xserver/xserver/GL/mesa In directory gabe:/tmp/cvs-serv26235 Modified Files: Makefile.am Log Message: fix glx support to work with Mesa CVS Index: Makefile.am =================================================================== RCS file: /cvs/xserver/xserver/GL/mesa/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 13 Jun 2005 16:38:05 -0000 1.3 +++ Makefile.am 22 Aug 2005 09:41:30 -0000 1.4 @@ -169,6 +169,7 @@ $(MESASRCDIR)/tnl/t_vertex.c \ $(MESASRCDIR)/tnl/t_vertex_sse.c \ $(MESASRCDIR)/tnl/t_vertex_generic.c \ + $(MESASRCDIR)/tnl/t_vp_build.c \ $(MESASRCDIR)/tnl/t_vtx_api.c \ $(MESASRCDIR)/tnl/t_vtx_eval.c \ $(MESASRCDIR)/tnl/t_vtx_exec.c \