From 3da86cc23f20e5b852d08aa05dacabb2d6e496e2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 18 Jul 2012 11:25:42 +0200 Subject: s3: Add tevent_wait_send/recv To me it seems that we might have this functionality already somewere... I just can't find it. Metze, do you have an idea? Signed-off-by: Jeremy Allison --- source3/wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 3b3bdeac9f..7204220b0a 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -67,6 +67,7 @@ LIB_SRC = ''' lib/ldap_escape.c lib/fncall.c libads/krb5_errs.c lib/system_smbd.c lib/audit.c + lib/tevent_wait.c lib/idmap_cache.c''' LIB_UTIL_SRC = ''' -- cgit