summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-01-07 21:30:45 +0100
committerLudovic Courtès <ludo@gnu.org>2013-01-07 21:30:45 +0100
commit708d0ceb5067f81301d0f584142bfa733fbf0ff1 (patch)
treefeb6d93b7ed4d70cdee136754e6f7084ac75f477 /Makefile.am
parent4e6b699d50b7c7b499a951182d0d8458182bb79e (diff)
downloadguix-patches-708d0ceb5067f81301d0f584142bfa733fbf0ff1.tar
guix-patches-708d0ceb5067f81301d0f584142bfa733fbf0ff1.tar.gz
distro: Add GNU Aspell.
* distro/packages/aspell.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 faa237593d..5745237454 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,6 +46,7 @@ MODULES = \
distro.scm \
distro/packages/acl.scm \
distro/packages/algebra.scm \
+ distro/packages/aspell.scm \
distro/packages/attr.scm \
distro/packages/autotools.scm \
distro/packages/base.scm \