From: Bruno Haible Date: Fri, 8 Jun 2007 11:06:10 +0000 (+0000) Subject: Fix last commit. X-Git-Tag: v0.17~339 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c9987de337126df91d669cecf968e0c50799136;p=thirdparty%2Fgettext.git Fix last commit. --- diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog index dcd48f795..e2f573bcd 100644 --- a/gettext-tools/libgettextpo/ChangeLog +++ b/gettext-tools/libgettextpo/ChangeLog @@ -1,3 +1,8 @@ +2007-06-08 Bruno Haible + + * Makefile.am (LDADD): Remove variable. + (libgettextpo_la_LIBADD): Use WOE32_LDADD here. + 2007-05-28 Bruno Haible * libgettextpo.rc: New file. diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am index a19e973bc..f7026bb80 100644 --- a/gettext-tools/libgettextpo/Makefile.am +++ b/gettext-tools/libgettextpo/Makefile.am @@ -39,7 +39,6 @@ AM_CPPFLAGS = \ -I.. -I$(top_srcdir) \ -I../src -I$(top_srcdir)/src \ -I../intl -I$(top_srcdir)/../gettext-runtime/intl -LDADD = $(WOE32_LDADD) # libgettextpo contains the public API for PO files. libgettextpo_la_SOURCES = \ @@ -96,7 +95,7 @@ LTV_AGE=3 # 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 +libgettextpo_la_LIBADD = libgnu.la $(WOE32_LDADD) libgettextpo_la_LDFLAGS = \ -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \ -rpath $(libdir) \