mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
a12239b131
this removes a conflict with the s3 smbpasswd binary
10 lines
198 B
Python
10 lines
198 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_LIBRARY('smbpasswdparser',
|
|
source='smbpasswd.c',
|
|
deps='samba-util',
|
|
private_library=True
|
|
)
|
|
|