From 9972e5c26da25c29939e5a75f59db5d58c14a31c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 18 Apr 2016 20:39:39 -0400 Subject: 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3