Link with libgnu.a.

This commit is contained in:
Micah Cowan 2007-10-13 23:38:43 -07:00
parent 3f45148eba
commit 7c7ef3cb01
1 changed files with 1 additions and 1 deletions

View 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@' > $@