aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-10-07 17:39:54 +0100
committerChristopher Baines <mail@cbaines.net>2020-10-07 17:39:54 +0100
commitf8b6efef040b5a7401d1b4baf22417ce5e7a1286 (patch)
treebad77cd96ae9321790ffb08f875a5099baa1e0e6 /Makefile.am
parent00e2e64337dd6deb62f05b409391cf69ab15fe41 (diff)
downloadbuild-coordinator-f8b6efef040b5a7401d1b4baf22417ce5e7a1286.tar
build-coordinator-f8b6efef040b5a7401d1b4baf22417ce5e7a1286.tar.gz
Separate the agent messaging server and client code
So that the client part doesn't depend on fibers.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f5a8150..62cd881 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,7 @@ bin_SCRIPTS = \
SOURCES = \
guix-build-coordinator/agent-messaging/http.scm \
+ guix-build-coordinator/agent-messaging/http/server.scm \
guix-build-coordinator/agent.scm \
guix-build-coordinator/build-allocator.scm \
guix-build-coordinator/client-communication.scm \