From: Micah Cowan Date: Wed, 10 Oct 2007 02:39:49 +0000 (-0700) Subject: Add @LIBINTL@ to LIBS in src/Makefile.am X-Git-Tag: v1.13~516^2^2 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=fe63bb03f8243bf4a1c9a623ffdcac5b1dba3ff2 Add @LIBINTL@ to LIBS in src/Makefile.am --- diff --git a/src/ChangeLog b/src/ChangeLog index 3c17e342..ee370c36 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -5,6 +5,9 @@ * wget.h: Remove logic for handling lack of NLS (now in gettext.h). * main.c: Use gettext's ENABLE_NLS rather than HAVE_NLS. + * Makefile.am: added @LIBINTL@ to LIBS (though it probably + belongs in LDADD, along with everything else currently assigned + to LIBS). 2007-10-08 Micah Cowan diff --git a/src/Makefile.am b/src/Makefile.am index 257ed156..f0f2214c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,7 +31,7 @@ # The following line is losing on some versions of make! DEFS = @DEFS@ -DSYSTEM_WGETRC=\"$(sysconfdir)/wgetrc\" -DLOCALEDIR=\"$(localedir)\" -LIBS = @LIBS@ @LIBSSL@ @LIBGNUTLS@ +LIBS = @LIBS@ @LIBSSL@ @LIBGNUTLS@ @LIBINTL@ bin_PROGRAMS = wget wget_SOURCES = cmpt.c connect.c convert.c cookies.c ftp.c ftp-basic.c \