summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-06-10 22:39:39 +0200
committerLudovic Courtès <ludo@gnu.org>2019-07-04 18:05:02 +0200
commit9d8ab8034ea4efe5f6ac317df7cf2c7c7e76590d (patch)
tree5f3f6af5443db7ceb7b5059ed8d1495042d26e3d /Makefile.am
parentd0ffa321dd4917ddb9777728ccf90bd147fe51fb (diff)
downloadpatches-9d8ab8034ea4efe5f6ac317df7cf2c7c7e76590d.tar
patches-9d8ab8034ea4efe5f6ac317df7cf2c7c7e76590d.tar.gz
Add (guix remote).
* guix/remote.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 9c070cd5b8..31430545cb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -274,6 +274,7 @@ if HAVE_GUILE_SSH
MODULES += \
guix/ssh.scm \
+ guix/remote.scm \
guix/scripts/copy.scm \
guix/store/ssh.scm