]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Make it possible to compile x-go.c with GCC 11 in 1 GB of RAM.
authorBruno Haible <bruno@clisp.org>
Wed, 2 Apr 2025 12:39:28 +0000 (14:39 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 2 Apr 2025 12:39:28 +0000 (14:39 +0200)
commit1c9bde162ed6a61b685ab968e220b6d6d517dd27
tree611fcdad75bf0f77eaeee5d9995a2fc4c22601bb
parent711bc70e23ec8ef15d05744cfffc80818f3c3f61
build: Make it possible to compile x-go.c with GCC 11 in 1 GB of RAM.

* gettext-tools/src/Makefile.am (LIBXGETTEXTX, libxgettextx_a_SOURCES,
libxgettextx_a_CPPFLAGS, libxgettextx_a_CFLAGS): New variables.
(xgettext_SOURCES): Remove x-go.c.
(noinst_LIBRARIES, xgettext_LDADD, xgettext_DEPENDENCIES): Add $(LIBXGETTEXTX).
gettext-tools/src/Makefile.am