]> sjero.net Git - wget/commitdiff
Link with libgnu.a.
authorMicah Cowan <micah@cowan.name>
Sun, 14 Oct 2007 06:38:43 +0000 (23:38 -0700)
committerMicah Cowan <micah@cowan.name>
Sun, 14 Oct 2007 06:38:43 +0000 (23:38 -0700)
src/Makefile.am

index c9f78f27392eb7602aea8e2c664aa674e1c6c0bf..8d00358d99c2519c2fe1823f854154e244077766 100644 (file)
@@ -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@' > $@