ndr: Add support for pulling/printing an ipv6address type
[samba.git] / lib / smbconf / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_SUBSYSTEM('LIBSMBCONF',
4                     source='smbconf.c smbconf_txt.c smbconf_util.c',
5                     deps='talloc'
6                     )
7