summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-08-15 22:37:33 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-08-25 19:33:07 -0400
commitf055cd55d1da639997ca13da1ad5e71a38034e83 (patch)
treee5190fb7d6750c8d95c0477fd79757f1bc173bcb /Makefile.am
parenta64baea5802351750668633b5318f70d55376d5a (diff)
Add scene module.
* Makefile.am (SOURCES): Add it. * sly/scene.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 2790eea..72cb302 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,6 +40,7 @@ SOURCES = \
sly/mouse.scm \
sly/rect.scm \
sly/repl.scm \
+ sly/scene.scm \
sly/shader.scm \
sly/signal.scm \
sly/sprite.scm \