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

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