mirror of
https://github.com/samba-team/samba.git
synced 2025-02-10 13:57:47 +03:00
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'
|
|
)
|