diff options
author | Adam Tkac <atkac@redhat.com> | 2008-04-16 12:32:44 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2008-04-16 12:32:44 +0000 |
commit | 1c8b98d40398ba57b92595871da6ba9a5687fe63 (patch) | |
tree | 54c94ef6cc1b8179a7cdcc2437d14bc30ab84718 /common | |
parent | aea50a1eeabd11df0c9ac86b04b793b0e38bbc77 (diff) | |
download | tigervnc-1c8b98d40398ba57b92595871da6ba9a5687fe63.tar.gz tigervnc-1c8b98d40398ba57b92595871da6ba9a5687fe63.zip |
- 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
Diffstat (limited to 'common')
-rw-r--r-- | common/zlib/Makefile.am | 5 |
1 files 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 |