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 \