winreg: Use the ntstatus return code for client side errors
[Samba/gebeck_regimport.git] / lib / async_req / wscript_build
blob352861c9589bf9ef6714d73acb9f60747f4b6ad5
1 #!/usr/bin/env python
4 bld.SAMBA_SUBSYSTEM('LIBASYNC_REQ',
5 source='async_sock.c',
6 public_deps='talloc tevent',
7 deps='UTIL_TEVENT'