summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-08-15 23:01:04 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-08-25 19:33:07 -0400
commit73e2fd47272195d2fb458a7f139bde91b70551a7 (patch)
tree5e634b9f3ff5ce03f93aaf531a4f061286c90a83 /Makefile.am
parentb5f1f175ac08ef1e4a90bd66ce20d159ba146193 (diff)
Add shape module.
* Makefile.am (SOURCES): Add it. * sly/shape.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 72cb302..8b9c75c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,6 +42,7 @@ SOURCES = \
sly/repl.scm \
sly/scene.scm \
sly/shader.scm \
+ sly/shape.scm \
sly/signal.scm \
sly/sprite.scm \
sly/texture.scm \