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

# a grouping library for event and socket related subsystems
bld.SAMBA_LIBRARY('samba-sockets',
                  source=[],
                  private_library=True,
                  grouping_library=True,
                  deps='LIBTSOCKET samba_socket tevent-util')