summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2012-12-30 00:08:46 +0100
committerLudovic Courtès <ludo@gnu.org>2013-01-02 01:08:51 +0100
commit9dc6f288bfa00e2b16ab10a286d5dc41cedc8764 (patch)
treeebc5535026474d0b785160acd07ab17072484eff /Makefile.am
parent5501e6b64fb6ea44d8d549b076fc13078c7d5b6c (diff)
downloadguix-patches-9dc6f288bfa00e2b16ab10a286d5dc41cedc8764.tar
guix-patches-9dc6f288bfa00e2b16ab10a286d5dc41cedc8764.tar.gz
distro: Add MIT Kerberos 5.
* distro/packages/mit-krb5.scm: New file. * Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 30bf3f45d1..9d0047312b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,6 +80,7 @@ MODULES = \
distro/packages/lsh.scm \
distro/packages/m4.scm \
distro/packages/make-bootstrap.scm \
+ distro/packages/mit-krb5.scm \
distro/packages/multiprecision.scm \
distro/packages/nano.scm \
distro/packages/ncurses.scm \