summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-08-15 22:36:44 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-08-25 19:33:07 -0400
commita64baea5802351750668633b5318f70d55376d5a (patch)
tree942f0d14e952086b3a56e807cbf91a7e622b5c32 /Makefile.am
parent6dfa31d4d2ef1c1914d58c9fb67555540c5dc3a7 (diff)
Add camera module.
* Makefile.am (SOURCES): Add it. * sly/camera.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 468c42f..2790eea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,6 +24,7 @@ SOURCES = \
sly/agenda.scm \
sly/animation.scm \
sly/audio.scm \
+ sly/camera.scm \
sly/color.scm \
sly/config.scm \
sly/coroutine.scm \