summaryrefslogtreecommitdiff
path: root/source4/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-26 14:29:45 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:07 +1000
commit42bad41cedfc717cfb6c80744bef6b1570ae502b (patch)
tree8d694db167804818568d6c1660f234d4ad9b8278 /source4/wscript_build
parent9ddd9de59b94580ca1bf141e85e26d92ede2d701 (diff)
downloadsamba-42bad41cedfc717cfb6c80744bef6b1570ae502b.tar.gz
samba-42bad41cedfc717cfb6c80744bef6b1570ae502b.tar.bz2
samba-42bad41cedfc717cfb6c80744bef6b1570ae502b.zip
s4-waf: cope with systems with zlib versions that are too old
Diffstat (limited to 'source4/wscript_build')
-rw-r--r--source4/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/wscript_build b/source4/wscript_build
index 79e07deb06..5d46ca48b8 100644
--- a/source4/wscript_build
+++ b/source4/wscript_build
@@ -15,7 +15,6 @@ bld.SAMBA_MKVERSION('version.h')
# this sets up some aliases
bld.TARGET_ALIAS('attr', 'XATTR')
bld.TARGET_ALIAS('tevent', 'LIBTEVENT_EXT')
-bld.TARGET_ALIAS('z', 'ZLIB')
bld.TARGET_ALIAS('sasl2', 'SASL')
bld.TARGET_ALIAS('RPC_NDR_SRVSVC', 'NDR_SRVSVC')
bld.TARGET_ALIAS('RPC_NDR_MGMT', 'dcerpc_mgmt')
@@ -78,6 +77,7 @@ bld.BUILD_SUBDIR('../lib/tdr')
bld.BUILD_SUBDIR('../lib/tsocket')
bld.BUILD_SUBDIR('../lib/crypto')
bld.BUILD_SUBDIR('../lib/torture')
+bld.BUILD_SUBDIR('../lib/zlib')
bld.BUILD_SUBDIR('lib')
bld.BUILD_SUBDIR('lib/com')
bld.BUILD_SUBDIR('smb_server')