From: Simon Josefsson Date: Fri, 16 Jun 2006 10:37:29 +0000 (+0000) Subject: Update. X-Git-Tag: gnutls_1_4_1~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02fa9b5164aec199e467e4931859542e1ebf2e2c;p=thirdparty%2Fgnutls.git Update. --- diff --git a/gl/Makefile.am b/gl/Makefile.am index 724ca163c0..1649f7d47e 100644 --- a/gl/Makefile.am +++ b/gl/Makefile.am @@ -86,6 +86,12 @@ libgnu_la_SOURCES += getaddrinfo.h # directory contains no libintl.h file) or when the project does not use # "gettextize --intl". AM_CPPFLAGS += -I$(top_builddir)/intl +# We also need to link to libintl, if needed. +if GL_COND_LIBTOOL +libgnu_la_LIBADD += $(LTLIBINTL) +else +libgnu_la_LIBADD += $(LIBINTL) +endif ## end gnulib module gettext