From 1853e425f58525b7078780fd10695fafe6334c37 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?P=C3=A4r=20Karlsson?= <feinorgh@gmail.com>
Date: Tue, 25 Nov 2014 23:11:54 +0100
Subject: [PATCH] Added missing version.h to Makefile.am

---
 src/ChangeLog   | 4 ++++
 src/Makefile.am | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/ChangeLog b/src/ChangeLog
index d466281f..f0db7506 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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
diff --git a/src/Makefile.am b/src/Makefile.am
index cfa853f4..fec9ba26 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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