diff options
author | Andreas Enge <andreas@enge.fr> | 2012-12-29 23:26:58 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-12-30 17:25:37 +0100 |
commit | 3aa6fab83b40af369b51cf8bbd16122c53f02d8a (patch) | |
tree | 98f867d43bebb4d5bb82c9e1dfb3ac93ea4e6a86 /Makefile.am | |
parent | 2aaa45b03cabe844d358084c7f8caaf2cb993a42 (diff) | |
download | guix-3aa6fab83b40af369b51cf8bbd16122c53f02d8a.tar guix-3aa6fab83b40af369b51cf8bbd16122c53f02d8a.tar.gz |
distro: Add Libntlm, GNU GSS and GNU SASL.
* distro/packages/gsasl.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 c592bc81f9..30bf3f45d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,6 +64,7 @@ MODULES = \ distro/packages/gnupg.scm \ distro/packages/gnutls.scm \ distro/packages/gperf.scm \ + distro/packages/gsasl.scm \ distro/packages/guile.scm \ distro/packages/help2man.scm \ distro/packages/idutils.scm \ |