summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-08-28 09:06:27 -0400
committerDavid Thompson <dthompson2@worcester.edu>2018-08-28 09:06:27 -0400
commit313b20c51185618e7e2a6a5ae105fe2f04612b92 (patch)
treec8b3d831b4ac31ede121da998cf2abaa35a99726 /Makefile.am
parent0c6343abf2cd074929d97c5ce06b70778d398338 (diff)
Add scene transitions.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b755a59..25798e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,7 +44,8 @@ SOURCES = \
starling/scene.scm \
starling/repl.scm \
starling/kernel.scm \
- starling/node-2d.scm
+ starling/node-2d.scm \
+ starling/transition.scm
EXTRA_DIST += \
COPYING