From 63be42a3b477f3c4822d75ee5923118250713214 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 4 Apr 2020 10:31:34 +0100 Subject: Add a config.scm file --- Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c0ecfd7..e4e4509 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,9 @@ include guile.am -SOURCES = \ - guix-build-coordinator/agent.scm +bin_SCRIPTS = \ + scripts/guix-build-coordinator \ + scripts/guix-build-coordinator-agent +SOURCES = \ + guix-build-coordinator/agent.scm \ + guix-build-coordinator/config.scm -- cgit v1.2.3