blob: 22747368c2ee625d153a5c11b70ba28e0d137a26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/usr/bin/env python
# AUTOGENERATED by mktowscript.pl from ../../source4/libcli/security/config.mk
# Please remove this notice if hand editing
bld.SAMBA_SUBSYSTEM('LIBSECURITY',
source='security_token.c access_check.c privilege.c create_descriptor.c object_tree.c',
autoproto='proto.h',
public_deps='LIBNDR LIBSECURITY_COMMON'
)
|