diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-11-04 23:33:58 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-05 00:28:41 +0100 |
commit | 8d1939e4d0fbd951cea81201202b4988027caac7 (patch) | |
tree | 4c2ddd65d79c4ef60b58003b839a5fd78774cff3 /Makefile.am | |
parent | 6a92093dcdfb13ccfa828e3a2463765bf5be01cd (diff) | |
download | guix-8d1939e4d0fbd951cea81201202b4988027caac7.tar guix-8d1939e4d0fbd951cea81201202b4988027caac7.tar.gz |
distro: Add GnuPG and companion libraries.
* distro/packages/gnupg.scm: New file.
* Makefile.am (MODULES): Add it.
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 4a1f8d7170..3212f0a934 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,7 @@ MODULES = \ distro/packages/bootstrap.scm \ distro/packages/compression.scm \ distro/packages/gawk.scm \ + distro/packages/gnupg.scm \ distro/packages/gperf.scm \ distro/packages/guile.scm \ distro/packages/ld-wrapper.scm \ |