Fix make dist


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4258 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/Makefile.am b/Makefile.am
index 00c2fcc..5d26f4c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@
 	sh $(srcdir)/release/makemacpkg ${PACKAGE_NAME} ${VERSION} ${BUILD} ${srcdir}
 
 EXTRA_DIST = CMakeLists.txt cmakescripts/getdate.bat LICENCE.TXT \
-	doc java media release
+	doc java media release config.h.cmake.in
 
 dist-hook:
 	rm -rf `find $(distdir) -name .svn`
diff --git a/unix/Makefile.am b/unix/Makefile.am
index d447883..f27fe30 100644
--- a/unix/Makefile.am
+++ b/unix/Makefile.am
@@ -8,7 +8,7 @@
 
 EXTRA_DIST = vncserver.man $(XVNCDIR) xserver15.patch xserver16.patch \
 	xserver17.patch xserver18.patch xserver19.patch build-xorg build-xorg-git \
-	download-xorg-7.4 download-xorg-7.5 xorg-7.5-patches
+	download-xorg-7.4 download-xorg-7.5 xorg-7.5-patches xserver110.patch
 
 dist-hook:
 	rm -rf `find $(distdir) -name .svn`
diff --git a/win/Makefile.am b/win/Makefile.am
index 070581a..1958be9 100644
--- a/win/Makefile.am
+++ b/win/Makefile.am
@@ -5,7 +5,7 @@
 endif
 
 EXTRA_DIST = logmessages LICENCE.TXT README.txt README_BINARY.txt \
-	resdefs.h.in tigervnc.iss.in wm_hooks CMakeLists.txt
+	resdefs.h.in tigervnc.iss.in wm_hooks CMakeLists.txt resdefs.h.cmake.in
 
 dist-hook:
 	rm -rf `find $(distdir) -name .svn`