swrap: Include the function name in the debug output.
[Samba.git] / lib / async_req / wscript_build
blob7802935f682cf20a6c5205b4662988d84f8d61bb
1 #!/usr/bin/env python
4 bld.SAMBA_SUBSYSTEM('LIBASYNC_REQ',
5 source='async_sock.c',
6 public_deps='talloc tevent',
7 deps='tevent-util socket-blocking'