Added missing version.h to Makefile.am

This commit is contained in:
Pär Karlsson 2014-11-25 23:11:54 +01:00 committed by Tim Rühsen
parent fe0bfb5ee9
commit 1853e425f5
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* retrc.c: Fix possibly uninitialized variable

View File

@ -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 \
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 \
exits.h gettext.h
exits.h gettext.h version.h
nodist_wget_SOURCES = version.c
EXTRA_wget_SOURCES = iri.c
LDADD = $(LIBOBJS) ../lib/libgnu.a