diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-12-28 01:07:58 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-12-28 16:01:23 +0100 |
commit | b9005200195f21ee6b43c9376a3c4a77b6781e50 (patch) | |
tree | 490d636367e3e8fb67e217e88e1424cd8f972185 /Makefile.am | |
parent | 7ad64d84538662e698e52554c4a3ab0de482400c (diff) | |
download | guix-b9005200195f21ee6b43c9376a3c4a77b6781e50.tar.gz |
Add (guix ipfs).
* guix/ipfs.scm, tests/ipfs.scm: New files. * Makefile.am (MODULES, SCM_TESTS): Add them.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index da3720e3a6..975d83db6c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -101,6 +101,7 @@ MODULES = \ guix/cve.scm \ guix/workers.scm \ guix/zlib.scm \ + guix/ipfs.scm \ guix/build-system.scm \ guix/build-system/android-ndk.scm \ guix/build-system/ant.scm \ @@ -384,6 +385,7 @@ SCM_TESTS = \ tests/cve.scm \ tests/workers.scm \ tests/zlib.scm \ + tests/ipfs.scm \ tests/file-systems.scm \ tests/uuid.scm \ tests/system.scm \ |