mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Added missing version.h to Makefile.am
This commit is contained in:
parent
fe0bfb5ee9
commit
1853e425f5
@ -1,3 +1,7 @@
|
|||||||
|
2014-11-25 Pär Karlsson <feinorgh@gmail.com>
|
||||||
|
|
||||||
|
* Makefile.am: Added missing version.h to wget_SOURCES
|
||||||
|
|
||||||
2014-11-24 Tim Ruehsen <tim.ruehsen@gmx.de>
|
2014-11-24 Tim Ruehsen <tim.ruehsen@gmx.de>
|
||||||
|
|
||||||
* retrc.c: Fix possibly uninitialized variable
|
* retrc.c: Fix possibly uninitialized variable
|
||||||
|
@ -53,7 +53,7 @@ wget_SOURCES = cmpt.c connect.c convert.c cookies.c ftp.c \
|
|||||||
http.h http-ntlm.h init.h log.h mswindows.h netrc.h \
|
http.h http-ntlm.h init.h log.h mswindows.h netrc.h \
|
||||||
options.h progress.h ptimer.h recur.h res.h retr.h \
|
options.h progress.h ptimer.h recur.h res.h retr.h \
|
||||||
spider.h ssl.h sysdep.h url.h warc.h utils.h wget.h iri.h \
|
spider.h ssl.h sysdep.h url.h warc.h utils.h wget.h iri.h \
|
||||||
exits.h gettext.h
|
exits.h gettext.h version.h
|
||||||
nodist_wget_SOURCES = version.c
|
nodist_wget_SOURCES = version.c
|
||||||
EXTRA_wget_SOURCES = iri.c
|
EXTRA_wget_SOURCES = iri.c
|
||||||
LDADD = $(LIBOBJS) ../lib/libgnu.a
|
LDADD = $(LIBOBJS) ../lib/libgnu.a
|
||||||
|
Loading…
Reference in New Issue
Block a user