mirror of
https://github.com/mirror/wget.git
synced 2026-08-23 03:13:28 +08:00
Rearrange library order in Makefile.am.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user