From: Bruno Haible Date: Thu, 7 Mar 2002 15:37:15 +0000 (+0000) Subject: Avoid link errors on some systems. X-Git-Tag: v0.11.1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5379f531b6ea15b17b10a99607a64f6748365bf;p=thirdparty%2Fgettext.git Avoid link errors on some systems. --- diff --git a/src/ChangeLog b/src/ChangeLog index 2ea87a18f..b56eaad4d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-03-07 Bruno Haible + + * Makefile.am (msginit_LDADD): Use @INTL_LIBTOOL_SUFFIX_PREFIX@o + instead of $(OBJEXT). + 2002-03-05 Bruno Haible * hostname.c (s6_addr16): Define if not defined by the system. diff --git a/src/Makefile.am b/src/Makefile.am index 0d7c2851a..c200e0644 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -128,7 +128,8 @@ msgen_LDADD = libgettextsrc.la msgexec_LDADD = libgettextsrc.la msgfilter_LDADD = libgettextsrc.la msggrep_LDADD = libgettextsrc.la -msginit_LDADD = ../intl/localealias.$(OBJEXT) ../intl/localename.$(OBJEXT) \ +msginit_LDADD = ../intl/localealias.@INTL_LIBTOOL_SUFFIX_PREFIX@o \ + ../intl/localename.@INTL_LIBTOOL_SUFFIX_PREFIX@o \ libgettextsrc.la msguniq_LDADD = libgettextsrc.la