summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-04-18 20:39:39 -0400
committerDavid Thompson <dthompson2@worcester.edu>2016-04-18 20:39:39 -0400
commit9972e5c26da25c29939e5a75f59db5d58c14a31c (patch)
tree498b4a906b7afe4105b3677d2e5f5c7fa075c7cd /Makefile.am
parent049964583b191f2302ff666f97ca23417b80762e (diff)
Add actor module.
* sly/actor.scm: New file. * Makefile.am (SOURCES): Add it. * doc/api/scripting.texi: New file. * doc/Makefile.am (sly_TEXINFOS): Add it. * doc/sly.texi: Include scripting section. * .dir-locals.el: Add identing rule for call-with-actor.
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 cfa1e4e..352a0d9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,6 +22,7 @@ godir=$(prefix)/share/guile/site/2.0
SOURCES = \
sly/utils.scm \
+ sly/actor.scm \
sly/agenda.scm \
sly/audio.scm \
sly/config.scm \