From 1c8b98d40398ba57b92595871da6ba9a5687fe63 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Wed, 16 Apr 2008 12:32:44 +0000 Subject: [PATCH] - don't build sources whose contains main() function into libz.a git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2480 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/zlib/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/common/zlib/Makefile.am b/common/zlib/Makefile.am index 5da5a6ef..4c51d2b0 100644 --- a/common/zlib/Makefile.am +++ b/common/zlib/Makefile.am @@ -1,7 +1,6 @@ noinst_LTLIBRARIES = libz.la -libz_la_SOURCES = adler32.c compress.c crc32.c deflate.c deflate.h example.c \ +libz_la_SOURCES = adler32.c compress.c crc32.c deflate.c deflate.h \ 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 + infutil.h trees.c trees.h uncompr.c zconf.h zlib.h zutil.c zutil.h -- 2.39.5