summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNikita Karetnikov <nikita@karetnikov.org>2012-11-23 23:31:26 +0000
committerLudovic Courtès <ludo@gnu.org>2012-11-24 00:52:16 +0100
commitf190f92f9114f42f55d9dde9f71ecd1b9bc29d0d (patch)
tree70c6aa1e6c96664f65f6df6597eefe7e8263c795 /Makefile.am
parentec5288609ba4d8dbe3191379c13e821eb86b11ef (diff)
downloadpatches-f190f92f9114f42f55d9dde9f71ecd1b9bc29d0d.tar
patches-f190f92f9114f42f55d9dde9f71ecd1b9bc29d0d.tar.gz
distro: Add GNU Gettext.
* distro/packages/gettext.scm, distro/packages/patches/gettext-gets-undeclared.patch: New files. * Makefile.am (MODULES): Add 'gettext.scm'. (dist_patch_DATA): Add 'gettext-gets-undeclared.patch'.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ae70a2684d..08c12fbb5f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,6 +52,7 @@ MODULES = \
distro/packages/flex.scm \
distro/packages/gawk.scm \
distro/packages/gdbm.scm \
+ distro/packages/gettext.scm \
distro/packages/gnupg.scm \
distro/packages/gnutls.scm \
distro/packages/gperf.scm \
@@ -87,6 +88,7 @@ dist_patch_DATA = \
distro/packages/patches/binutils-ld-new-dtags.patch \
distro/packages/patches/diffutils-gets-undeclared.patch \
distro/packages/patches/flex-bison-tests.patch \
+ distro/packages/patches/gettext-gets-undeclared.patch \
distro/packages/patches/glibc-no-ld-so-cache.patch \
distro/packages/patches/guile-1.8-cpp-4.5.patch \
distro/packages/patches/guile-default-utf8.patch \