summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2012-12-19 23:50:52 +0100
committerLudovic Courtès <ludo@gnu.org>2012-12-20 01:43:38 +0100
commit2ed139c42ca997647412b936c800107fcb5d98ee (patch)
treec42369e35a6fc35092723653fc135116df73d79b /Makefile.am
parent5d5c4278394a1fd0341f291e63edca0c200b90cb (diff)
downloadguix-patches-2ed139c42ca997647412b936c800107fcb5d98ee.tar
guix-patches-2ed139c42ca997647412b936c800107fcb5d98ee.tar.gz
distro: Add mpfrcx and fplll.
* distro/packages/algebra.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 3d16a1683d..7a9bc1c713 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,6 +44,7 @@ MODULES = \
guix.scm \
distro.scm \
distro/packages/acl.scm \
+ distro/packages/algebra.scm \
distro/packages/attr.scm \
distro/packages/autotools.scm \
distro/packages/base.scm \