mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Rearrange library order in Makefile.am.
This commit is contained in:
parent
434ca16f34
commit
6b3234ca2a
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user