summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-08-27 17:49:18 -0400
committerDavid Thompson <dthompson2@worcester.edu>2018-08-27 17:49:18 -0400
commitbabbbb288337ff1f3b21b22a3a165ebe9053f410 (patch)
treead1fa7d98d0ac3ea05f49edaeeb8dffb489fdd09 /Makefile.am
parent3fb20cda0eaee5c0933edadba2f2a3e54050467e (diff)
Add scene management.
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 7a12ef2..b755a59 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,6 +41,7 @@ SOURCES = \
starling/inotify.scm \
starling/asset.scm \
starling/node.scm \
+ starling/scene.scm \
starling/repl.scm \
starling/kernel.scm \
starling/node-2d.scm