]> sjero.net Git - wget/commitdiff
Add @LIBINTL@ to LIBS in src/Makefile.am
authorMicah Cowan <micah@cowan.name>
Wed, 10 Oct 2007 02:39:49 +0000 (19:39 -0700)
committerMicah Cowan <micah@cowan.name>
Wed, 10 Oct 2007 02:39:49 +0000 (19:39 -0700)
src/ChangeLog
src/Makefile.am

index 3c17e342cb5aa9a2a0ee4c2a477d646d4fb72cd2..ee370c365230d3ea97f679175ab4627b269c870e 100644 (file)
@@ -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  <micah@cowan.name>
 
index 257ed156f073eef8e269cabdac73628423ffd825..f0f2214c511d76fbf7317c63e51350fdb55c7182 100644 (file)
@@ -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  \