build: Add actors demos to EXTRA_DIST.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 26 Apr 2016 18:29:47 +0000 (13:29 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 26 Apr 2016 18:29:47 +0000 (13:29 -0500)
* Makefile.am (EXTRA_DIST): Add the actors demos botherbotherbother,
  simplest-possible, and robotscanner.

Makefile.am

index e419f4780520b19b62bd8378b34eaa551dc720c0..51849a32768b47c41279b60b883a37551f4f98cf 100644 (file)
@@ -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