]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Update.
authorSimon Josefsson <simon@josefsson.org>
Fri, 16 Jun 2006 10:37:29 +0000 (10:37 +0000)
committerSimon Josefsson <simon@josefsson.org>
Fri, 16 Jun 2006 10:37:29 +0000 (10:37 +0000)
gl/Makefile.am

index 724ca163c058cf26d44123c6c4b25c1483cfdc98..1649f7d47ea05929148ed3b26368d498da750b9a 100644 (file)
@@ -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