List of source (.c) files in each directory.
To be included by X.org Makefile.am files so that lists of files don't need
to be hardcoded and frequently updated there.
diff --git a/src/mesa/math/sources b/src/mesa/math/sources
new file mode 100644
index 0000000..2374be8
--- /dev/null
+++ b/src/mesa/math/sources
@@ -0,0 +1,9 @@
+MESA_MATH_SOURCES = \
+m_debug_clip.c \
+m_debug_norm.c \
+m_debug_xform.c \
+m_eval.c \
+m_matrix.c \
+m_translate.c \
+m_vector.c \
+m_xform.c