Rearrange library order in Makefile.am.

This commit is contained in:
Micah Cowan 2008-04-22 22:00:51 -07:00
parent 434ca16f34
commit 6b3234ca2a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-04-22 Mike Frysinger <vapier@gentoo.org>
* Makefile.am: Move @LIBS@ after other libraries, for better
static-linking support.
2008-04-12 Rabin Vincent <rabin@rab.in>
* mswindows.c (fake_fork_child): Don't create a logfile for

View File

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