Introduced common/zlib/{configure.ac,Makefile.am}. Renamed macros
generated by old configure to same as generated by new configure
and add config.h include where needed.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2454 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/zlib/Makefile.am b/common/zlib/Makefile.am
new file mode 100644
index 0000000..5da5a6e
--- /dev/null
+++ b/common/zlib/Makefile.am
@@ -0,0 +1,7 @@
+noinst_LTLIBRARIES = libz.la
+
+libz_la_SOURCES = adler32.c compress.c crc32.c deflate.c deflate.h example.c \
+ gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c \
+ inffast.h inffixed.h inflate.c inftrees.c inftrees.h infutil.c \
+ infutil.h maketree.c minigzip.c trees.c trees.h uncompr.c zconf.h \
+ zlib.h zutil.c zutil.h