Make krb5 wrapper library common so they can be used all over
[samba.git] / lib / krb5_wrap / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_LIBRARY('krb5samba',
4                   source='krb5_samba.c',
5                   deps='samba-util asn1util talloc krb5 com_err',
6                   private_library=True
7                   )