From: Micah Cowan Date: Sun, 14 Oct 2007 06:38:43 +0000 (-0700) Subject: Link with libgnu.a. X-Git-Tag: v1.13~508^2~6 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=7c7ef3cb01725eb71850b9d613bf711e15f1a9b5 Link with libgnu.a. --- diff --git a/src/Makefile.am b/src/Makefile.am index c9f78f27..8d00358d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,7 +45,7 @@ wget_SOURCES = cmpt.c connect.c convert.c cookies.c ftp.c ftp-basic.c \ options.h progress.h ptimer.h recur.h res.h retr.h safe-ctype.h \ spider.h ssl.h sysdep.h url.h utils.h wget.h xmalloc.h EXTRA_wget_SOURCES = mswindows.c -LDADD = $(ALLOCA) $(LIBOBJS) +LDADD = $(ALLOCA) $(LIBOBJS) ../lib/libgnu.a version.c: hg-id printf '%s' 'const char *version_string = "@VERSION@' > $@