summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludovic.courtes@inria.fr>2018-11-19 15:40:21 +0100
committerLudovic Courtès <ludo@gnu.org>2018-11-26 11:10:20 +0100
commitde2bfe902936e3f7abfd4b55ad1149f75c5818b3 (patch)
treeed7bf225c2d9b17801712d755689b484ab24190f /Makefile.am
parent3b5829bbcb7ea3a76a4d2393f0b2cbfb6d1a5e37 (diff)
downloadgnu-guix-de2bfe902936e3f7abfd4b55ad1149f75c5818b3.tar
gnu-guix-de2bfe902936e3f7abfd4b55ad1149f75c5818b3.tar.gz
Add (guix swh).
* guix/swh.scm: New file. * Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 69e66fad75..c5676b0b94 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -75,6 +75,7 @@ MODULES = \
guix/discovery.scm \
guix/git-download.scm \
guix/hg-download.scm \
+ guix/swh.scm \
guix/monads.scm \
guix/monad-repl.scm \
guix/gexp.scm \