source: vendor/current/lib/wscript_build

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 291 bytes
Line 
1#!/usr/bin/env python
2
3# a grouping library for event and socket related subsystems
4bld.SAMBA_LIBRARY('samba-sockets',
5 source=[],
6 private_library=True,
7 grouping_library=True,
8 deps='LIBTSOCKET samba_socket tevent-util')
Note: See TracBrowser for help on using the repository browser.