1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/lib/samba3/wscript_build
Andrew Tridgell a12239b131 s4-waf: rename smbpasswd library to smbpasswdparser
this removes a conflict with the s3 smbpasswd binary
2011-02-22 02:51:10 +01:00

10 lines
198 B
Python

#!/usr/bin/env python
bld.SAMBA_LIBRARY('smbpasswdparser',
source='smbpasswd.c',
deps='samba-util',
private_library=True
)