summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-08-28 18:59:11 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-08-28 18:59:11 -0400
commitd4774ab5c12fcb5f2358fbc7b2fa162df86a8486 (patch)
tree27721a25d7cfd702dcdd31fc4235c964038886f2 /Makefile.am
parent7e737414099825359fe66fa6bade3bd62df29cdb (diff)
Add quaternion module.
* Makefile.am (SOURCES): Add 'sly/quaternion.scm'. * sly/quaternion.scm: New file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8b9c75c..14adfa5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,6 +38,7 @@ SOURCES = \
sly/math.scm \
sly/mesh.scm \
sly/mouse.scm \
+ sly/quaternion.scm \
sly/rect.scm \
sly/repl.scm \
sly/scene.scm \