diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-09-12 23:47:49 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-09-12 23:47:49 +0200 |
commit | 457dd86d66bc1ee1ee13a76d03792396fb69ee34 (patch) | |
tree | f652df780af8245b51b0363545f938aa40586950 /Makefile.am | |
parent | fb585745adcd2935b179db1ce847318ec3724c4e (diff) | |
download | guix-457dd86d66bc1ee1ee13a76d03792396fb69ee34.tar.gz guix-457dd86d66bc1ee1ee13a76d03792396fb69ee34.zip |
Add (guix ftp) and companion modules.
* guix/ftp-client.scm, guix/ftp.scm, guix/build/ftp.scm: New files.
* Makefile.am (MODULES): Add them.
* distro/base.scm (libffi): Use `ftp-fetch'.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 636fd39fe8..fd1e004911 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,9 +24,12 @@ MODULES = \ guix/build-system.scm \ guix/build-system/gnu.scm \ guix/build-system/trivial.scm \ + guix/ftp.scm \ + guix/ftp-client.scm \ guix/http.scm \ guix/store.scm \ guix/build/gnu-build-system.scm \ + guix/build/ftp.scm \ guix/build/http.scm \ guix/build/utils.scm \ guix/packages.scm \ |