summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-10-02 17:12:44 -0400
committerDavid Thompson <dthompson2@worcester.edu>2018-10-03 07:45:33 -0400
commitbbd1bd1392d482287936fde54cb2cea808eb2bae (patch)
tree7154ae413807ffebcd17ac888825e16e83c2f2bc /Makefile.am
parent7955ab539b081814fa4406bea7821cbca889a2b2 (diff)
Move pathfinding module to math directory.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1ae2d24..2b27ba2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,6 +53,7 @@ SOURCES = \
chickadee/math/rect.scm \
chickadee/math/grid.scm \
chickadee/math/easings.scm \
+ chickadee/math/path-finding.scm \
chickadee/render/color.scm \
chickadee/render/gl.scm \
chickadee/render/gpu.scm \
@@ -73,7 +74,6 @@ SOURCES = \
chickadee/scripting/script.scm \
chickadee/scripting/channel.scm \
chickadee/scripting.scm \
- chickadee/path-finding.scm \
chickadee.scm \
chickadee/sdl.scm