summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-11-30 17:53:17 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-11-30 17:53:17 -0500
commit9e95cf51801ac8f83dd5f817b145ad67589b677a (patch)
tree2ce2f12bdf045d6d493f7181a40025f3db421360 /Makefile.am
parent7458e703905502f9e969c8d46a3ab0b0b8d8f44c (diff)
math: Reimplement tween module formerly known as transition.
* sly/transition.scm: Delete. * sly/math/tween.scm: New file. * Makefile.am (SOURCES): Remove deleted file. Add new one.
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 68805f6..c931db2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,10 +37,10 @@ SOURCES = \
sly/math/quaternion.scm \
sly/math/rect.scm \
sly/math/transform.scm \
+ sly/math/tween.scm \
sly/math/vector.scm \
sly/repl.scm \
sly/signal.scm \
- sly/transition.scm \
sly/window.scm \
sly/render/utils.scm \
sly/render/color.scm \