summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2016-04-26 13:29:47 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2016-04-26 13:29:47 -0500
commit861b20d88bb90bf65c7273072face56ecf8094f5 (patch)
tree98043f7fbc9191adbb531353cfcb790772aa3bc3 /Makefile.am
parent6e23866dbd9991dea49c8e97fb13cc47f3a148d3 (diff)
download8sync-861b20d88bb90bf65c7273072face56ecf8094f5.tar.gz
build: Add actors demos to EXTRA_DIST.
* Makefile.am (EXTRA_DIST): Add the actors demos botherbotherbother, simplest-possible, and robotscanner.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e419f47..51849a3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -75,7 +75,10 @@ EXTRA_DIST = \
tests/utils.scm \
demos/run-demo.sh \
demos/ircbot.scm \
- demos/hello-web.scm
+ demos/hello-web.scm \
+ demos/actors/botherbotherbother.scm \
+ demos/actors/simplest-possible.scm \
+ demos/actors/robotscanner.scm
## Make changelog on demand