Upgrade included zlib to 1.2.5 (the main purpose of this was to get a clean build on 64-bit Windows, but it should perform better as well)


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4168 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/zlib/Makefile.am b/common/zlib/Makefile.am
index 7fc1044..a8c7318 100644
--- a/common/zlib/Makefile.am
+++ b/common/zlib/Makefile.am
@@ -3,6 +3,6 @@
 HDRS = deflate.h infblock.h infcodes.h inffast.h inffixed.h inftrees.h \
 	infutil.h trees.h zconf.h zlib.h zutil.h
 
-libz_la_SOURCES = $(HDRS) adler32.c compress.c crc32.c deflate.c gzio.c \
-	infblock.c infcodes.c inffast.c inflate.c inftrees.c infutil.c \
-	trees.c uncompr.c zutil.c
+libz_la_SOURCES = $(HDRS) adler32.c compress.c crc32.c deflate.c gzclose.c \

+	gzlib.c gzread.c gzwrite.c inflate.c infback.c inftrees.c inffast.c \

+	trees.c uncompr.c zutil.c