summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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