mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
6e67073900
Guenther
7 lines
121 B
Python
7 lines
121 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBCLI_NETLOGON',
|
|
source='netlogon.c',
|
|
public_deps='samba-util ndr_nbt'
|
|
)
|