summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-11-08 08:11:53 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-11-08 08:14:54 -0500
commitd371b26178d98001beaec3429bc65ad892bd31a1 (patch)
tree844884ca27ce7db4d1682b25bf432acba5ae2209 /Makefile.am
parent232b8b81e91367e8a32361e51df97446ba6f2ae1 (diff)
math: Move transform module to sly/math directory.
* sly/transform.scm: Delete. * sly/render/transform.scm: New file. * Makefile.am (SOURCES): Add new file. Delete old one. * sly/render/camera.scm: Use (sly math transform). * sly/render/mesh.scm: Likewise. * sly/render/renderer.scm: Likewise. * sly/render/scene.scm: Likewise. * sly/render/shader.scm: Likewise. * sly/window.scm: Likewise. * 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 4f34e98..190cfa9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,12 +36,12 @@ SOURCES = \
sly/live-reload.scm \
sly/math.scm \
sly/math/quaternion.scm \
+ sly/math/transform.scm \
sly/math/vector.scm \
sly/mouse.scm \
sly/rect.scm \
sly/repl.scm \
sly/signal.scm \
- sly/transform.scm \
sly/transition.scm \
sly/window.scm \
sly/joystick.scm \