From 6b7b3ca9813d00b734d1318e40e6c10d17859d12 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 3925f3e2dc..1be09d7637 100644 --- a/Makefile.am +++ b/Makefile.am @@ -201,6 +201,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