source: vendor/current/libcli/security/wscript_build

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 569 bytes
Line 
1#!/usr/bin/env python
2
3
4bld.SAMBA_LIBRARY('samba-security',
5 source='dom_sid.c display_sec.c secace.c secacl.c security_descriptor.c sddl.c privileges.c security_token.c access_check.c object_tree.c create_descriptor.c util_sid.c session.c secdesc.c',
6 private_library=True,
7 deps='talloc ndr NDR_SECURITY'
8 )
9
10bld.SAMBA_PYTHON('pysecurity',
11 source='pysecurity.c',
12 deps='samba-security pytalloc-util',
13 realname='samba/security.so'
14 )
Note: See TracBrowser for help on using the repository browser.