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

bld.SAMBA_LIBRARY('socket_wrapper',
                  source='socket_wrapper.c',
                  group='base_libraries',
                  private_library=True,
                  deps='replace')