summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.sources
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-11-11 21:20:51 -0800
committerMatt Turner <mattst88@gmail.com>2014-12-12 12:11:47 -0800
commit1abf4e2f4576fa17ecee6550722f9983430474af (patch)
tree478198279b2f016bfd37ec95605277b43d4ba722 /src/mesa/Makefile.sources
parent152e967063f63e4886206dc899f7fd19015e63ef (diff)
math: Add headers to distribution.
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r--src/mesa/Makefile.sources17
1 files changed, 15 insertions, 2 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources
index ccacac49a5..e859f69624 100644
--- a/src/mesa/Makefile.sources
+++ b/src/mesa/Makefile.sources
@@ -250,16 +250,29 @@ MAIN_FILES = \
$(MAIN_ES_FILES)
MATH_FILES = \
+ $(SRCDIR)math/m_debug.h \
$(SRCDIR)math/m_debug_clip.c \
$(SRCDIR)math/m_debug_norm.c \
+ $(SRCDIR)math/m_debug_util.h \
$(SRCDIR)math/m_debug_xform.c \
$(SRCDIR)math/m_eval.c \
+ $(SRCDIR)math/m_eval.h \
$(SRCDIR)math/m_matrix.c \
+ $(SRCDIR)math/m_matrix.h \
+ $(SRCDIR)math/m_trans_tmp.h \
$(SRCDIR)math/m_translate.c \
- $(SRCDIR)math/m_vector.c
+ $(SRCDIR)math/m_translate.h \
+ $(SRCDIR)math/m_vector.c \
+ $(SRCDIR)math/m_vector.h
MATH_XFORM_FILES = \
- $(SRCDIR)math/m_xform.c
+ $(SRCDIR)math/m_clip_tmp.h \
+ $(SRCDIR)math/m_copy_tmp.h \
+ $(SRCDIR)math/m_dotprod_tmp.h \
+ $(SRCDIR)math/m_norm_tmp.h \
+ $(SRCDIR)math/m_xform.c \
+ $(SRCDIR)math/m_xform.h \
+ $(SRCDIR)math/m_xform_tmp.h
SWRAST_FILES = \
$(SRCDIR)swrast/s_aaline.c \