summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-11-08 07:46:39 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-11-08 07:46:39 -0500
commit232b8b81e91367e8a32361e51df97446ba6f2ae1 (patch)
tree0286b752521b09bf66ccfe80b3c7d4795e031c39 /Makefile.am
parenta4fd060c95cb19969e69a2d63a217cd82af1978d (diff)
math: Move quaternion module to sly/math directory.
* sly/quaternion.scm: Delete. * sly/math/quaternion.scm: New file. * Makefile.am (SOURCES): Add new file. Delete old one. * sly/transform.scm: Use (sly math quaternion). * sly/transition.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 d7640e3..4f34e98 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,9 +35,9 @@ SOURCES = \
sly/keyboard.scm \
sly/live-reload.scm \
sly/math.scm \
+ sly/math/quaternion.scm \
sly/math/vector.scm \
sly/mouse.scm \
- sly/quaternion.scm \
sly/rect.scm \
sly/repl.scm \
sly/signal.scm \