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


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