diff options
author | Matt Turner <[email protected]> | 2013-11-11 21:44:29 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-12 12:11:47 -0800 |
commit | 009bf242d3a2b48cae0602c58ec62e5685f91d7f (patch) | |
tree | cb9c543289993414aa9aa5a94659b3a528239888 /src/mesa/Makefile.sources | |
parent | e15cd6dd9f7302bdcd5950ab7df00a50f3125035 (diff) |
tnl: Add headers to distribution.
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r-- | src/mesa/Makefile.sources | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index 80049751ff0..8f1303a8b88 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -345,22 +345,30 @@ SWRAST_SETUP_FILES = \ TNL_FILES = \ $(SRCDIR)tnl/t_context.c \ + $(SRCDIR)tnl/t_context.h \ $(SRCDIR)tnl/t_draw.c \ + $(SRCDIR)tnl/tnl.h \ $(SRCDIR)tnl/t_pipeline.c \ + $(SRCDIR)tnl/t_pipeline.h \ $(SRCDIR)tnl/t_rasterpos.c \ + $(SRCDIR)tnl/t_vb_cliptmp.h \ $(SRCDIR)tnl/t_vb_fog.c \ $(SRCDIR)tnl/t_vb_light.c \ + $(SRCDIR)tnl/t_vb_lighttmp.h \ $(SRCDIR)tnl/t_vb_normals.c \ $(SRCDIR)tnl/t_vb_points.c \ $(SRCDIR)tnl/t_vb_program.c \ $(SRCDIR)tnl/t_vb_render.c \ + $(SRCDIR)tnl/t_vb_rendertmp.h \ $(SRCDIR)tnl/t_vb_texgen.c \ $(SRCDIR)tnl/t_vb_texmat.c \ $(SRCDIR)tnl/t_vb_vertex.c \ $(SRCDIR)tnl/t_vertex.c \ $(SRCDIR)tnl/t_vertex_generic.c \ + $(SRCDIR)tnl/t_vertex.h \ $(SRCDIR)tnl/t_vertex_sse.c \ - $(SRCDIR)tnl/t_vp_build.c + $(SRCDIR)tnl/t_vp_build.c \ + $(SRCDIR)tnl/t_vp_build.h VBO_FILES = \ $(SRCDIR)vbo/vbo_context.c \ |