build: a more portable way of finding waf in makefiles
[sfrench/samba-autobuild/.git] / lib / socket_wrapper / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_LIBRARY('socket_wrapper',
4                   source='socket_wrapper.c',
5                   group='base_libraries',
6                   private_library=True,
7                   deps='replace')
8