]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Avoid link error in programs that use libgettextpo.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Jun 2010 17:58:43 +0000 (19:58 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 6 Jun 2010 17:58:43 +0000 (19:58 +0200)
gettext-tools/libgettextpo/ChangeLog
gettext-tools/libgettextpo/Makefile.am

index df8471b452e01143f8d8eb0c7f14f217d6f67b8a..74e29c158f9f1dee53261f729142aad8af8315dc 100644 (file)
@@ -1,3 +1,9 @@
+2010-06-06  Bruno Haible  <bruno@clisp.org>
+
+       Avoid link error in programs that use libgettextpo.
+       * Makefile.am (libgettextpo_la_LIBADD): Add $(LTLIBUNISTRING).
+       Reported by Dmitry V. Levin <ldv@altlinux.org>.
+
 2010-06-04  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.18.1 released.
index 6ea1d5b7d898593cb7244dc6334f980810194b6f..a96c36de0d67d7f3c36851402ac413f99631a245 100644 (file)
@@ -98,7 +98,7 @@ LTV_AGE=5
 # How to build libgettextpo.la.
 # Don't make it depend on libgettextsrc.la or libgettextlib.la, since they
 # define an uncontrolled amount of symbols.
-libgettextpo_la_LIBADD = libgnu.la $(WOE32_LIBADD)
+libgettextpo_la_LIBADD = libgnu.la $(WOE32_LIBADD) $(LTLIBUNISTRING)
 libgettextpo_la_LDFLAGS = \
   -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \
   -rpath $(libdir) \