From 7c7ef3cb01725eb71850b9d613bf711e15f1a9b5 Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Sat, 13 Oct 2007 23:38:43 -0700 Subject: [PATCH] Link with libgnu.a. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@' > $@ -- 2.39.2