summaryrefslogtreecommitdiff
path: root/source4/lib/samba3/wscript_build
blob: 882974a25719ea7a236e249fdf161959c0ff3ab9 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python


bld.SAMBA_LIBRARY('smbpasswd',
                  source='smbpasswd.c',
                  deps='CHARSET libsamba-util',
                  private_library=True
                  )