diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-01-26 21:38:49 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-01-26 21:58:12 +0100 |
commit | 4862bc4a1a20d2abf50b39713cd12985f38adf7c (patch) | |
tree | cb22dccbe6eaf3280c0f1e7cbffc5e0bc7a4f63c /Makefile.am | |
parent | 72c5ad8bae2272042b758c94c509dc0ff59a9488 (diff) | |
download | patches-4862bc4a1a20d2abf50b39713cd12985f38adf7c.tar patches-4862bc4a1a20d2abf50b39713cd12985f38adf7c.tar.gz |
Add (guix gcrypt).
* guix/gcrypt.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/pk-crypto.scm: Use it.
(libgcrypt-func, gcrypt-version): Remove.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e15afd2ff4..4d0ef25a19 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,6 +30,7 @@ MODULES = \ guix/base32.scm \ guix/base64.scm \ guix/records.scm \ + guix/gcrypt.scm \ guix/hash.scm \ guix/pk-crypto.scm \ guix/pki.scm \ |