summaryrefslogtreecommitdiff
path: root/lib/async_req
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-08 08:56:45 +0100
committerGünther Deschner <gd@samba.org>2011-02-14 13:38:53 +0100
commit89db591b2a79a85cc9127c67a2697bbc6f326ec6 (patch)
tree894edbdde0abd2c8e79f7e505c20c54cfc408df4 /lib/async_req
parent850bf67c452bcb8570e2fb0af77296754bec98cc (diff)
downloadsamba-89db591b2a79a85cc9127c67a2697bbc6f326ec6.tar.gz
s3-waf: add UTIL_TEVENT subsystem (as in ../lib/util/wscript)
Guenther
Diffstat (limited to 'lib/async_req')
-rw-r--r--lib/async_req/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/async_req/wscript_build b/lib/async_req/wscript_build
index f3ac7f0d007..352861c9589 100644
--- a/lib/async_req/wscript_build
+++ b/lib/async_req/wscript_build
@@ -3,6 +3,7 @@
bld.SAMBA_SUBSYSTEM('LIBASYNC_REQ',
source='async_sock.c',
- public_deps='talloc tevent'
+ public_deps='talloc tevent',
+ deps='UTIL_TEVENT'
)