summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-11-04 22:55:59 +0100
committerLudovic Courtès <ludo@gnu.org>2012-11-04 22:55:59 +0100
commit1627f7f733c276019f20be381bc888704865e2ff (patch)
tree5739ddd13e530bb7e7309debb45452fffe5d3add /Makefile.am
parentc44899a28bd6287cd891899c2796cdcd18fa0a9e (diff)
downloadpatches-1627f7f733c276019f20be381bc888704865e2ff.tar
patches-1627f7f733c276019f20be381bc888704865e2ff.tar.gz
distro: Add GNU gperf.
* distro/packages/gperf.scm: New file. * Makefile.am (MODULES): Add it. * distro/packages/guile.scm (guile-reader): Use 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 79df0ef45c..489a2fcb85 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,6 +47,7 @@ MODULES = \
distro/packages/bdw-gc.scm \
distro/packages/bootstrap.scm \
distro/packages/gawk.scm \
+ distro/packages/gperf.scm \
distro/packages/guile.scm \
distro/packages/ld-wrapper.scm \
distro/packages/libffi.scm \