summaryrefslogtreecommitdiff
path: root/source4/wscript
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-07 17:35:20 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:44 +1000
commit82f3ef486f6566246d26156ac59c662aefee4c88 (patch)
treea7a69095b001e27e7ff72ab584852e8e886ece67 /source4/wscript
parentada6e570d11636ea79cc0503c3b7ee12fb07daa6 (diff)
downloadsamba-82f3ef486f6566246d26156ac59c662aefee4c88.tar.gz
samba-82f3ef486f6566246d26156ac59c662aefee4c88.tar.bz2
samba-82f3ef486f6566246d26156ac59c662aefee4c88.zip
build: zlib checks
Diffstat (limited to 'source4/wscript')
-rw-r--r--source4/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/wscript b/source4/wscript
index d04313155b..bb1ae41b66 100644
--- a/source4/wscript
+++ b/source4/wscript
@@ -27,6 +27,7 @@ def configure(conf):
conf.sub_config('lib/tls')
conf.sub_config('ntvfs/sysdep')
conf.sub_config('../lib/util')
+ conf.sub_config('../lib/zlib')
conf.DEFINE('CONFIG_H_IS_FROM_SAMBA', 1)
conf.ADD_EXTRA_INCLUDES('#source4 #lib #source4/lib #source4/include #lib/socket_wrapper #lib/talloc #lib/replace #lib/event')