diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-12-29 15:53:49 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-12-29 15:57:24 +0100 |
commit | 8b420f74e40a928493ce6afefe2c99144a4ecbb3 (patch) | |
tree | 55210ad1d983b566231b20a91c807f4380cdda12 /Makefile.am | |
parent | 3f40cfdeceab121101fc6aaddc55ccb7a0be3e7f (diff) | |
download | guix-8b420f74e40a928493ce6afefe2c99144a4ecbb3.tar guix-8b420f74e40a928493ce6afefe2c99144a4ecbb3.tar.gz |
Add (guix pki).
* guix/pki.scm, tests/pki.scm: New files.
* Makefile.am (MODULES): Add 'guix/pki.scm'.
(SCM_TESTS): Add 'tests/pki.scm'.
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 ba54f8c582..6d6aba059b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,7 @@ MODULES = \ guix/records.scm \ guix/hash.scm \ guix/pk-crypto.scm \ + guix/pki.scm \ guix/utils.scm \ guix/download.scm \ guix/monads.scm \ @@ -111,6 +112,7 @@ SCM_TESTS = \ tests/base32.scm \ tests/hash.scm \ tests/pk-crypto.scm \ + tests/pki.scm \ tests/builders.scm \ tests/derivations.scm \ tests/ui.scm \ |