summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-11-13 21:44:57 +0100
committerLudovic Courtès <ludo@gnu.org>2012-11-13 21:44:57 +0100
commit7543f8653bf668e232b6ea7382abf6d40313f014 (patch)
tree84a6542ea3df2f136f2954d689394d742736396a /Makefile.am
parent2e659827253d1d58176437ec37cbcee804130c56 (diff)
downloadgnu-guix-7543f8653bf668e232b6ea7382abf6d40313f014.tar
gnu-guix-7543f8653bf668e232b6ea7382abf6d40313f014.tar.gz
distro: Add GNU Libtasn1 and GnuTLS.
* distro/packages/gnutls.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 3b2521a4f2..32daf2cb13 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,6 +48,7 @@ MODULES = \
distro/packages/compression.scm \
distro/packages/gawk.scm \
distro/packages/gnupg.scm \
+ distro/packages/gnutls.scm \
distro/packages/gperf.scm \
distro/packages/guile.scm \
distro/packages/ld-wrapper.scm \