From 74669be9611af102ff5500cdef00f3e095078a8a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 5 Jan 2017 23:20:50 -0500 Subject: math: Add rect module. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3