diff options
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index 9ee404f10eb..9845dc033b5 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -125,6 +125,8 @@ TNL_SOURCES = \ tnl/t_vb_texmat.c \ tnl/t_vb_vertex.c \ tnl/t_vertex.c \ + tnl/t_vertex_c.c \ + tnl/t_vertex_codegen.c \ tnl/t_vtx_api.c \ tnl/t_vtx_generic.c \ tnl/t_vtx_x86.c \ |