projects
/
8sync.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3b380c
)
build: Add actors.scm to SOURCES
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Sat, 23 Apr 2016 15:57:45 +0000
(10:57 -0500)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Mon, 25 Apr 2016 14:25:39 +0000
(09:25 -0500)
* Makefile.am (SOURCES): Add 8sync/systems/actors.scm.
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index c1d92a360dc463e67dd1097001f148753d1df685..e419f4780520b19b62bd8378b34eaa551dc720c0 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-48,8
+48,8
@@
SOURCES = \
8sync/agenda.scm \
8sync/repl.scm \
8sync/systems/irc.scm \
- 8sync/systems/web.scm
-
+ 8sync/systems/web.scm
\
+ 8sync/systems/actors.scm
TESTS = \
tests/test-agenda.scm \