diff options
author | Volker Lendecke <vl@samba.org> | 2012-08-02 23:21:27 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-08-16 21:10:32 +0200 |
commit | fbebd7530ed365ac6a7c7ae004975850b4f4d162 (patch) | |
tree | 6bab639643525f5817cc7498b8977414d32c319c /source3/wscript_build | |
parent | d7d8646e6352c3e28012e52bd926283b1d1a09c9 (diff) | |
download | samba-fbebd7530ed365ac6a7c7ae004975850b4f4d162.tar.gz samba-fbebd7530ed365ac6a7c7ae004975850b4f4d162.tar.bz2 samba-fbebd7530ed365ac6a7c7ae004975850b4f4d162.zip |
s3-libsmb: Add a python wrapper
Please note that this is not finished and only for internal use.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
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 f6994ce57c..a6cccac55d 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1580,6 +1580,12 @@ bld.SAMBA3_PYTHON('pysmbd', realname='samba/samba3/smbd.so' ) +bld.SAMBA3_PYTHON('pylibsmb', + source='libsmb/pylibsmb.c', + deps='smbclient samba-credentials', + realname='samba/samba3/libsmb_samba_internal.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') |