summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2016-12-20 12:11:04 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2016-12-20 12:11:04 -0600
commit4deb5433574cfdf8f2b2bf22460c8b74ba426bed (patch)
treef1de298415a75e3782494397f1bba6c5bea1c52b /Makefile.am
parent29745029f85cbc462bcfa0c75f92156ea2c6b494 (diff)
download8sync-4deb5433574cfdf8f2b2bf22460c8b74ba426bed.tar.gz
actors: Move actors center-stage in 8sync.
* 8sync/systems/actors.scm: Renamed to 8sync/actors.scm. * 8sync/systems/actors/debug.scm: Renamed to 8sync/debug.scm. * Makefile.am: Update for renamed files. * demos/actors/botherbotherbother.scm: * demos/actors/robotscanner.scm: * demos/actors/simplest-possible.scm: * tests/test-actors.scm: Update import of actors module to new location.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 654de77..83ab6b0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,8 +48,8 @@ SOURCES = \
8sync/agenda.scm \
8sync/repl.scm \
8sync/systems/irc.scm \
- 8sync/systems/actors.scm \
- 8sync/systems/actors/debug.scm
+ 8sync/actors.scm \
+ 8sync/debug.scm
TESTS = \
tests/test-agenda.scm \