From: Adam Tkac Date: Mon, 14 Jul 2008 09:06:22 +0000 (+0000) Subject: Added zutil.c to libz.la sources X-Git-Tag: v0.0.90~384^2~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c5ab42d7229f9523bdd1f64799fb9ecc4ef2bf35;p=tigervnc.git Added zutil.c to libz.la sources git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2623 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/common/zlib/Makefile.am b/common/zlib/Makefile.am index 10b7ffc5..7fc10448 100644 --- a/common/zlib/Makefile.am +++ b/common/zlib/Makefile.am @@ -5,4 +5,4 @@ HDRS = deflate.h infblock.h infcodes.h inffast.h inffixed.h inftrees.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 + trees.c uncompr.c zutil.c