diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-11-21 16:04:22 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-11-21 16:04:22 +0000 |
commit | 8f008056b2e6347850ec52fdd6da7928b56c4ef9 (patch) | |
tree | 41bc0a168ea36ce741c6b928cc2c157337a7c25b /src/mesa/tnl/sources | |
parent | f332da515cdb8cacc3fdba8a74267d015b7c08be (diff) |
list header files in sources files (Dan Nicholson)
Diffstat (limited to 'src/mesa/tnl/sources')
-rw-r--r-- | src/mesa/tnl/sources | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/src/mesa/tnl/sources b/src/mesa/tnl/sources index 2c4f4c49ea..e01f55dbaf 100644 --- a/src/mesa/tnl/sources +++ b/src/mesa/tnl/sources @@ -1,4 +1,4 @@ -# List of ource files in this directory used for X.org xserver build +# List of source files in this directory used for X.org xserver build MESA_TNL_SOURCES = \ t_array_api.c \ t_array_import.c \ @@ -29,3 +29,18 @@ t_vtx_eval.c \ t_vtx_exec.c \ t_vtx_generic.c \ t_vtx_x86.c + +MESA_TNL_HEADERS = \ +t_array_api.h \ +t_array_import.h \ +t_context.h \ +t_pipeline.h \ +t_save_api.h \ +t_vb_arbprogram.h \ +t_vb_cliptmp.h \ +t_vb_lighttmp.h \ +t_vb_rendertmp.h \ +t_vertex.h \ +t_vp_build.h \ +t_vtx_api.h \ +tnl.h |