mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
679eba61ea
based on running waf --symbol-check
10 lines
192 B
Python
10 lines
192 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_LIBRARY('smbpasswd',
|
|
source='smbpasswd.c',
|
|
deps='samba-util',
|
|
private_library=True
|
|
)
|
|
|