summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-30 23:42:50 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-30 23:42:50 +0100
commit756ebe7bf6c26c2d2db98cb8725eda00e546fccb (patch)
tree69b9add6e5998c0c070819a3ee7566a89030fbf1 /crawl-ref/source/makefile
parent5c691a1fabc13637a532a769dcc110a322ac183d (diff)
downloadcrawl-ref-756ebe7bf6c26c2d2db98cb8725eda00e546fccb.tar.gz
crawl-ref-756ebe7bf6c26c2d2db98cb8725eda00e546fccb.zip
Revert 74685cd9 (except for comments) -- a static build needs to link everything.
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile4
1 files changed, 2 insertions, 2 deletions
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