summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-05-07 16:24:03 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-05-08 04:51:59 +0200
commit859aa43f7348e721a6ce0417d300d9db8086fc7b (patch)
treee5472927cc057fc0f90b3f81a1a02974c74d823d /source3/wscript_build
parent5d4d8fefe28051ace587494bff5e16b4e4211773 (diff)
downloadsamba-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-xsource3/wscript_build6
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')