summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-11-08 08:22:20 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-11-08 08:22:20 -0500
commit3d39cbb50303ca052e443199f87364e0e57bbb47 (patch)
tree5df7a34e6895fa293f00f33c6db85d8e8d5bd779 /Makefile.am
parentd371b26178d98001beaec3429bc65ad892bd31a1 (diff)
math: Move rect module to sly/math directory.
* sly/rect.scm: Delete. * sly/math/rect.scm: New file. * Makefile.am (SOURCES): Add new file. Delete old one. * sly/render/camera.scm: Use (sly math rect) module. * examples/simple.scm: Likewise.
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 190cfa9..384556c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,10 +36,10 @@ SOURCES = \
sly/live-reload.scm \
sly/math.scm \
sly/math/quaternion.scm \
+ sly/math/rect.scm \
sly/math/transform.scm \
sly/math/vector.scm \
sly/mouse.scm \
- sly/rect.scm \
sly/repl.scm \
sly/signal.scm \
sly/transition.scm \