From a70b784708fb5e1b78430aa793d89ca04bc641a8 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Fri, 5 May 2017 11:01:50 +0200 Subject: guix: git: Add new module. * guix/git.scm: New file. * configure.ac: Check for (guile git). * Makefile.am: Build guix/git.scm if (guile git) is available. --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8fe9e350cc..76e5d99c7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -197,6 +197,13 @@ MODULES += \ endif HAVE_GUILE_SSH +if HAVE_GUILE_GIT + +MODULES += \ + guix/git.scm + +endif HAVE_GUILE_GIT + if BUILD_DAEMON_OFFLOAD MODULES += \ -- cgit v1.2.3