summaryrefslogtreecommitdiff
path: root/cmd/signtool
diff options
context:
space:
mode:
authorEKR <ekr@rtfm.com>2016-01-31 17:24:05 -0800
committerEKR <ekr@rtfm.com>2016-01-31 17:24:05 -0800
commit36bcbbd187fe77aa1ca954481b93404657e2f3a7 (patch)
tree07e74edd1435feb8a7b2219bc7d12262c7eefecd /cmd/signtool
parent82439b68538230d49574fced23eec66b986fae36 (diff)
downloadnss-hg-36bcbbd187fe77aa1ca954481b93404657e2f3a7.tar.gz
Bug 1243872: Refactor zlib support in Makefiles. r=mt,wtc
Diffstat (limited to 'cmd/signtool')
-rw-r--r--cmd/signtool/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/cmd/signtool/Makefile b/cmd/signtool/Makefile
index 20c45d69a..408ee6da4 100644
--- a/cmd/signtool/Makefile
+++ b/cmd/signtool/Makefile
@@ -25,12 +25,7 @@ include $(CORE_DEPTH)/coreconf/config.mk
#######################################################################
include ../platlibs.mk
-
-ifdef USE_SYSTEM_ZLIB
-OS_LIBS += $(ZLIB_LIBS)
-else
-EXTRA_LIBS += $(ZLIB_LIBS)
-endif
+include $(CORE_DEPTH)/coreconf/zlib.mk
#######################################################################
# (5) Execute "global" rules. (OPTIONAL) #