diff options
author | Andreas Enge <andreas@enge.fr> | 2012-12-19 23:50:52 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-12-20 01:43:38 +0100 |
commit | 2ed139c42ca997647412b936c800107fcb5d98ee (patch) | |
tree | c42369e35a6fc35092723653fc135116df73d79b /Makefile.am | |
parent | 5d5c4278394a1fd0341f291e63edca0c200b90cb (diff) | |
download | patches-2ed139c42ca997647412b936c800107fcb5d98ee.tar 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.am | 1 |
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 \ |