mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Link with libgnu.a.
This commit is contained in:
parent
3f45148eba
commit
7c7ef3cb01
@ -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@' > $@
|
||||
|
Loading…
Reference in New Issue
Block a user