build: provide tevent-util as a public library
[kai/samba-autobuild/.git] / lib / async_req / wscript_build
index 1999a1a7ef6ae1d8b6565772da556641209e811b..0de58e478b83b8a0a2bf9f4deff23ec7b527a73c 100644 (file)
@@ -1,11 +1,9 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../lib/async_req/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_SUBSYSTEM('LIBASYNC_REQ',
        source='async_sock.c',
-       public_deps='LIBREPLACE_NETWORK talloc tevent'
+       public_deps='talloc tevent',
+       deps='tevent-util'
        )