aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-11-24 20:42:37 +0000
committerChristopher Baines <mail@cbaines.net>2019-11-24 20:42:37 +0000
commit2a3ee20a9973657b9cf0b4514ad42e3414d6b57e (patch)
treeccadeca7227b3f68211c3fad67ab832d01c2c680 /Makefile.am
parent33ecb7448eeb9e224b163f2b232630c8733a7cb6 (diff)
downloaddata-service-2a3ee20a9973657b9cf0b4514ad42e3414d6b57e.tar
data-service-2a3ee20a9973657b9cf0b4514ad42e3414d6b57e.tar.gz
Extract the builds page in to it's own set of modules
To allow for expanding it, without cluttering the root controller.
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 55083fd..9737b0b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -94,6 +94,8 @@ SOURCES = \
guix-data-service/web/compare/controller.scm \
guix-data-service/web/compare/html.scm \
guix-data-service/web/controller.scm \
+ guix-data-service/web/build/controller.scm \
+ guix-data-service/web/build/html.scm \
guix-data-service/web/build-server/controller.scm \
guix-data-service/web/jobs/controller.scm \
guix-data-service/web/jobs/html.scm \