summaryrefslogtreecommitdiff
path: root/lib/krb5_wrap/wscript_build
blob: c5858198344a487576ad706d5032439174dfef32 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python

bld.SAMBA_LIBRARY('krb5samba',
                  source='krb5_samba.c',
                  deps='samba-util asn1util talloc krb5 com_err',
		  private_library=True
		  )