summaryrefslogtreecommitdiff
path: root/source4/lib/samba3/wscript_build
blob: d727cbb3b0e5605ecd18d9667ca3519f1801b08d (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
                  )