Make sure we link against libiconv when necessary.

This commit is contained in:
Micah Cowan 2009-07-03 13:04:51 -07:00
parent 18bca2706b
commit 9ef8e738a4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-07-03 Micah Cowan <micah@cowan.name>
* Makefile.am (LIBS): Added @LIBICONV@.
2009-07-02 Micah Cowan <micah@cowan.name>
* recur.c (url_enqueue): Quote enqueue/dequeue debug messages.

View File

@ -36,7 +36,7 @@ endif
# The following line is losing on some versions of make!
DEFS = @DEFS@ -DSYSTEM_WGETRC=\"$(sysconfdir)/wgetrc\" -DLOCALEDIR=\"$(localedir)\"
LIBS = @LIBSSL@ @LIBGNUTLS@ @LIBINTL@ @LIBS@
LIBS = @LIBSSL@ @LIBGNUTLS@ @LIBICONV@ @LIBINTL@ @LIBS@
bin_PROGRAMS = wget
wget_SOURCES = cmpt.c connect.c convert.c cookies.c ftp.c \