diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-21 09:02:23 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-10-21 01:31:55 +0200 |
commit | 1af128bd2bcbc523167e9d91cb26b4dd48020ca5 (patch) | |
tree | 37e36fa6c85d92b6044b981498a8001468df42fb /source3/wscript_build | |
parent | 37be1df3d7534c2cc8e1e25614164c2178372b94 (diff) | |
download | samba-1af128bd2bcbc523167e9d91cb26b4dd48020ca5.tar.gz samba-1af128bd2bcbc523167e9d91cb26b4dd48020ca5.tar.bz2 samba-1af128bd2bcbc523167e9d91cb26b4dd48020ca5.zip |
build: compile (but do not install) netapi examples
The only example not yet built is the GTK domain join gui.
Andrew Bartlett
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Fri Oct 21 01:31:55 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/wscript_build')
-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 bcad36e532..efbe235e8a 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1413,6 +1413,7 @@ bld.RECURSE('../examples/libsmbclient') bld.RECURSE('../examples/pdb') bld.RECURSE('../examples/VFS') bld.RECURSE('lib/netapi/tests') +bld.RECURSE('lib/netapi/examples') bld.ENFORCE_GROUP_ORDERING() bld.CHECK_PROJECT_RULES() |