From 20f8a8ea305caea2ceef69cb0be08e693ba8f3fb Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Tue, 26 Jul 2011 13:32:03 +1000 Subject: s4-libcli: Added python interface for file I/O using SMB This module will support file system access using SMB. based on smb_composite - loadfile(), savefile() based on raw - getacl(), setacl() Signed-off-by: Andrew Tridgell --- source4/libcli/wscript_build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4/libcli/wscript_build') diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build index 0672a646d2..2522ccc9ff 100644 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -31,6 +31,12 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_SMB_COMPOSITE', public_deps='cli_composite credentials gensec LIBCLI_RESOLVE tevent' ) +bld.SAMBA_PYTHON('pysmb', + source='pysmb.c', + deps='LIBCLI_SMB_COMPOSITE LIBCLI_SMB2 UTIL_TEVENT pyparam_util', + public_deps='cli_composite credentials gensec LIBCLI_RESOLVE tevent', + realname='samba/smb.so' + ) bld.SAMBA_SUBSYSTEM('LIBCLI_DGRAM', source='dgram/dgramsocket.c dgram/mailslot.c dgram/netlogon.c dgram/browse.c', -- cgit