mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +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'
|
|
)
|