aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2021-01-15 22:05:50 +0000
committerChristopher Baines <mail@cbaines.net>2021-01-15 22:20:13 +0000
commit50271cadc164b13bc7a43d7d58e588346939fa66 (patch)
tree2467f9d62bfe9022ef420dbf054c282c587004e5 /Makefile.am
parentf7d3c4bb78cf40702268ceecbecc74d7c839629f (diff)
downloadbuild-coordinator-50271cadc164b13bc7a43d7d58e588346939fa66.tar
build-coordinator-50271cadc164b13bc7a43d7d58e588346939fa66.tar.gz
Rework the agent messaging modules
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 62cd881..2036d67 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,8 @@ bin_SCRIPTS = \
scripts/guix-build-coordinator-queue-builds-from-guix-data-service
SOURCES = \
+ guix-build-coordinator/agent-messaging.scm \
+ guix-build-coordinator/agent-messaging/abstract.scm \
guix-build-coordinator/agent-messaging/http.scm \
guix-build-coordinator/agent-messaging/http/server.scm \
guix-build-coordinator/agent.scm \