diff options
author | Volker Lendecke <vl@samba.org> | 2012-07-18 11:25:42 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-07-18 15:54:20 -0700 |
commit | 3da86cc23f20e5b852d08aa05dacabb2d6e496e2 (patch) | |
tree | ecf2a9bc116cd623292bf7177aab55d182743a43 /source3/wscript_build | |
parent | f79fb4429c7fb9c2ae81f06fc8f2162a1ccd226c (diff) | |
download | samba-3da86cc23f20e5b852d08aa05dacabb2d6e496e2.tar.gz samba-3da86cc23f20e5b852d08aa05dacabb2d6e496e2.tar.bz2 samba-3da86cc23f20e5b852d08aa05dacabb2d6e496e2.zip |
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 <jra@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
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 = ''' |