summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2017-01-05 23:20:50 -0500
committerDavid Thompson <dthompson2@worcester.edu>2017-01-10 19:42:49 -0500
commit74669be9611af102ff5500cdef00f3e095078a8a (patch)
treee9b1f1d14794cc9929e8892b80c3f8c762566975 /Makefile.am
parent70597a4e11a030e1fc28b41f6cb5073082cd7646 (diff)
math: Add rect module.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 780a085..84d882a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,6 +44,7 @@ SOURCES = \
chickadee/math.scm \
chickadee/math/vector.scm \
chickadee/math/matrix.scm \
+ chickadee/math/rect.scm \
chickadee/color.scm \
chickadee/render/gl.scm \
chickadee/render/gpu.scm \