summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-06-29 21:32:28 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-06-29 21:32:28 -0400
commit8cf0096791821c7711c9dc2431e4d920f0b678ba (patch)
tree017972acaf74c7dfeebc737a87fa2e8c605141dd /Makefile.am
parenta7472fd0500a00bb97bf1fb0475213f49c9d57f6 (diff)
Add transition module.
* sly/transition.scm: New file. * Makefile.am (SOURCES): Add it.
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 8ed383a..59c89c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,6 +44,7 @@ SOURCES = \
sly/texture.scm \
sly/tileset.scm \
sly/transform.scm \
+ sly/transition.scm \
sly/vector.scm \
sly/window.scm \
$(WRAPPER_SOURCES)