diff options
author | Günther Deschner <gd@samba.org> | 2011-10-19 13:56:42 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-10-19 20:42:51 +0200 |
commit | ce45ae122ee7f5f10c003dd5832a43fa1d65804d (patch) | |
tree | 15cc7a0b1594d35db2656f371ecc4e104bcf5bf3 /source3 | |
parent | d825a2add6c6b80a7cf516d726d27ab2be2c90e8 (diff) | |
download | samba-ce45ae122ee7f5f10c003dd5832a43fa1d65804d.tar.gz samba-ce45ae122ee7f5f10c003dd5832a43fa1d65804d.tar.bz2 samba-ce45ae122ee7f5f10c003dd5832a43fa1d65804d.zip |
s3-waf: make sure we always compile (not install) our libsmbclient testcode.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Oct 19 20:42:52 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index c9e60c043e..77678d6a7d 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1409,6 +1409,7 @@ bld.RECURSE('passdb') bld.RECURSE('rpc_server') bld.RECURSE('winbindd') bld.RECURSE('../examples/auth') +bld.RECURSE('../examples/libsmbclient') bld.RECURSE('../examples/pdb') bld.RECURSE('../examples/VFS') |