diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-05-07 16:24:03 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-05-08 04:51:59 +0200 |
commit | 859aa43f7348e721a6ce0417d300d9db8086fc7b (patch) | |
tree | e5472927cc057fc0f90b3f81a1a02974c74d823d /source3/wscript_build | |
parent | 5d4d8fefe28051ace587494bff5e16b4e4211773 (diff) | |
download | samba-859aa43f7348e721a6ce0417d300d9db8086fc7b.tar.gz samba-859aa43f7348e721a6ce0417d300d9db8086fc7b.tar.bz2 samba-859aa43f7348e721a6ce0417d300d9db8086fc7b.zip |
s3-python: Add python bindings for posix ACL layer
This will allow us to check that posix ACLs work in the s4 provision, and avoid
--use-s3fs if they do not.
Andrew Bartlett
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 5d5396a7b7..5e85b790cb 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1580,6 +1580,12 @@ bld.SAMBA3_BINARY('vlp', param''', vars=locals()) +bld.SAMBA3_PYTHON('pysmbd', + source='smbd/pysmbd.c', + deps='smbd_base', + realname='samba/samba3/smbd.so' + ) + swat_dir = os.path.join(bld.curdir, '../swat') swat_files = recursive_dirlist(swat_dir, swat_dir, '*') bld.INSTALL_FILES('${SWATDIR}', swat_files, base_name='../swat') |