1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/lib/samba3/wscript_build
Andrew Tridgell 679eba61ea s4-build: removed some unnecessary dependencies
based on running waf --symbol-check
2010-10-30 23:49:01 +11:00

10 lines
192 B
Python

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