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/math/sources | |
parent | f332da515cdb8cacc3fdba8a74267d015b7c08be (diff) |
list header files in sources files (Dan Nicholson)
Diffstat (limited to 'src/mesa/math/sources')
-rw-r--r-- | src/mesa/math/sources | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mesa/math/sources b/src/mesa/math/sources index 2374be80eb..7c7dcccedf 100644 --- a/src/mesa/math/sources +++ b/src/mesa/math/sources @@ -7,3 +7,19 @@ m_matrix.c \ m_translate.c \ m_vector.c \ m_xform.c + +MESA_MATH_HEADERS = \ +m_clip_tmp.h \ +m_copy_tmp.h \ +m_debug.h \ +m_debug_util.h \ +m_dotprod_tmp.h \ +m_eval.h \ +m_matrix.h \ +m_norm_tmp.h \ +m_trans_tmp.h \ +m_translate.h \ +m_vector.h \ +m_xform.h \ +m_xform_tmp.h \ +mathmod.h |