summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorIra Cooper <ira@samba.org>2014-07-22 21:27:13 -0700
committerIra Cooper <ira@samba.org>2014-08-09 18:26:16 +0200
commitba8ee8c9e011361cfc405b1355172d38718ba0cc (patch)
tree2b13f2112b61edb3da204719c1a3184de63a1605 /wscript_build
parente8e85689756eaf74e82f55b8ae6f706b430b01cd (diff)
downloadsamba-ba8ee8c9e011361cfc405b1355172d38718ba0cc.tar.gz
third_party/zlib: Initial support for zlib
Signed-off-by: Ira Cooper <ira@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'wscript_build')
-rw-r--r--wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build b/wscript_build
index c2956ea5ed8..328038f1bb0 100644
--- a/wscript_build
+++ b/wscript_build
@@ -73,6 +73,7 @@ bld.RECURSE('lib/nss_wrapper')
bld.RECURSE('lib/uid_wrapper')
if bld.CHECK_FOR_THIRD_PARTY():
bld.RECURSE('third_party/iniparser/src')
+ bld.RECURSE('third_party/zlib')
bld.RECURSE('lib/popt')
bld.RECURSE('source4/lib/stream')
bld.RECURSE('lib/afs')
@@ -82,7 +83,6 @@ bld.RECURSE('lib/tdr')
bld.RECURSE('lib/tsocket')
bld.RECURSE('lib/crypto')
bld.RECURSE('lib/torture')
-bld.RECURSE('lib/zlib')
bld.RECURSE('source4/lib/com')
bld.RECURSE('source4/dns_server')
bld.RECURSE('source4/echo_server')