Revert "s4:dsdb/schema_syntax: fix dsdb_syntax_INT32/64_validate_ldb() with large...
[metze/samba/wip.git] / lib / wscript_build
1 #!/usr/bin/env python
2
3 # a grouping library for event and socket related subsystems
4 bld.SAMBA_LIBRARY('samba-sockets',
5                   source=[],
6                   private_library=True,
7                   grouping_library=True,
8                   deps='LIBTSOCKET samba_socket tevent-util')