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

bld.SAMBA_LIBRARY('interfaces',
    source='interfaces.c',
    deps='samba-util',
    private_library=True
    )