diff options
author | Matthieu Patou <mat@matws.net> | 2017-02-03 15:13:49 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2017-02-09 20:04:12 +0100 |
commit | dd25d75b96e9930e441663e5d8e95a84eeed5c62 (patch) | |
tree | 8f2d52b1086fc6c853004adbffe5744f25573a27 /wscript_build | |
parent | 3e2a36774f44cf711611fcd3cd3c2c66b9efd662 (diff) | |
download | samba-dd25d75b96e9930e441663e5d8e95a84eeed5c62.tar.gz |
Move pthreadpool to top of the tree.
Signed-off-by: Matthieu Patou <mat@matws.net>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'wscript_build')
-rw-r--r-- | wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build index 0c3a2aee864..954eed11061 100644 --- a/wscript_build +++ b/wscript_build @@ -145,6 +145,7 @@ bld.RECURSE('source4/scripting') bld.RECURSE('pidl') bld.RECURSE('lib') bld.RECURSE('libds/common') +bld.RECURSE('lib/pthreadpool') bld.RECURSE('source3') bld.RECURSE('dfs_server') bld.RECURSE('file_server') |