]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Fix libgettexpo linking.
authorBruno Haible <bruno@clisp.org>
Mon, 13 Feb 2023 12:29:05 +0000 (13:29 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 13 Feb 2023 12:29:05 +0000 (13:29 +0100)
commit9dd607e86676e29232f44c36f3ee8e7a6e009fdd
treee5c973de4eb0c22de9de6b4bc73c9c702737edc1
parent434f126a3157fae7d6a37e01c5dfe0b5d125e321
build: Fix libgettexpo linking.

* gettext-tools/libgettextpo/Makefile.am: Pass $(LTLIBUNISTRING) in
libgettextpo_la_LDFLAGS, not libgettextpo_la_LIBADD. This is needed per the
documentation
https://www.gnu.org/software/automake/manual/html_node/Libtool-Flags.html, and
also for consistency with how we handle the dependencies to libintl and
libiconv.
gettext-tools/libgettextpo/Makefile.am