Skip to content

Commit

Permalink
s4-python: complete python bindigns for smb_acls.idl
Browse files Browse the repository at this point in the history
  • Loading branch information
abartlet committed Aug 21, 2012
1 parent 450fcd7 commit 10267f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions librpc/wscript_build
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,11 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_XATTR',
public_deps='NDR_XATTR dcerpc-binding'
)

bld.SAMBA_SUBSYSTEM('RPC_NDR_SMB_ACL',
source='gen_ndr/ndr_smb_acl_c.c',
public_deps='NDR_SMB_ACL dcerpc-binding'
)

bld.SAMBA_SUBSYSTEM('RPC_NDR_ROT',
source='gen_ndr/ndr_rot_c.c',
public_deps='NDR_ROT dcerpc-binding'
Expand Down
6 changes: 6 additions & 0 deletions source4/librpc/wscript_build
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,12 @@ bld.SAMBA_PYTHON('python_dnsserver',
realname='samba/dcerpc/dnsserver.so'
)

bld.SAMBA_PYTHON('python_dcerpc_smb_acl',
source='../../librpc/gen_ndr/py_smb_acl.c',
deps='pytalloc-util pyrpc_util',
realname='samba/dcerpc/smb_acl.so'
)

bld.SAMBA_SCRIPT('python_dcerpc_init',
pattern='rpc/dcerpc.py',
installdir='python/samba/dcerpc',
Expand Down

0 comments on commit 10267f1

Please sign in to comment.