From 756ebe7bf6c26c2d2db98cb8725eda00e546fccb Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Mon, 30 Nov 2009 23:42:50 +0100 Subject: Revert 74685cd9 (except for comments) -- a static build needs to link everything. --- crawl-ref/source/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/makefile') diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile index 07c6241ef9..5e5e028383 100644 --- a/crawl-ref/source/makefile +++ b/crawl-ref/source/makefile @@ -698,11 +698,11 @@ CONTRIB_LIBS += $(LIBSDL) endif ifdef BUILD_LIBPNG CONTRIBS += libpng -# Links to rltiles, not to Crawl itself +CONTRIB_LIBS += $(LIBPNG) endif ifdef BUILD_ZLIB CONTRIBS += zlib -# Links to rltiles, not to Crawl itself +CONTRIB_LIBS += $(LIBZ) endif ifdef BUILD_LUA CONTRIBS += lua/src -- cgit v1.2.3-54-g00ecf