diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5081695..8a9af41 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,8 @@ MINIMALSOURCES = \ guix-build-coordinator/agent-messaging/http.scm \ guix-build-coordinator/agent.scm \ guix-build-coordinator/config.scm \ - guix-build-coordinator/utils.scm + guix-build-coordinator/utils.scm \ + guix-build-coordinator/utils/timeout.scm ALLSOURCES = \ $(MINIMALSOURCES) \ |