From 861b20d88bb90bf65c7273072face56ecf8094f5 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 26 Apr 2016 13:29:47 -0500 Subject: [PATCH] build: Add actors demos to EXTRA_DIST. * Makefile.am (EXTRA_DIST): Add the actors demos botherbotherbother, simplest-possible, and robotscanner. --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.31.1