From: Christopher Allan Webber Date: Tue, 26 Apr 2016 18:29:47 +0000 (-0500) Subject: build: Add actors demos to EXTRA_DIST. X-Git-Tag: v0.2.0~31 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=861b20d88bb90bf65c7273072face56ecf8094f5;ds=sidebyside build: Add actors demos to EXTRA_DIST. * Makefile.am (EXTRA_DIST): Add the actors demos botherbotherbother, simplest-possible, and robotscanner. --- 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