diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-05-01 18:10:20 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-06-15 17:54:44 +0200 |
commit | 8d12649b3144daa5e8eb141967a753354abdd330 (patch) | |
tree | 503bd76493a09bbffad93b3068f4245488c5eadf /source4/libcli/wscript_build | |
parent | 1dbe9706bc34c960fd2664508736b5a71d80433d (diff) | |
download | samba-8d12649b3144daa5e8eb141967a753354abdd330.tar.gz |
s4:libcli/smb_composite: convert smb2_composite_setpathinfo_send/rev to tevent_req
metze
Diffstat (limited to 'source4/libcli/wscript_build')
-rw-r--r-- | source4/libcli/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build index 3d369251953..d9e85d610e3 100644 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -36,8 +36,8 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_COMPOSITE', bld.SAMBA_SUBSYSTEM('LIBCLI_SMB_COMPOSITE', source='smb_composite/loadfile.c smb_composite/savefile.c smb_composite/connect.c smb_composite/sesssetup.c smb_composite/fetchfile.c smb_composite/appendacl.c smb_composite/fsinfo.c smb_composite/smb2.c', autoproto='smb_composite/proto.h', - deps='LIBCLI_SMB2', - public_deps='LIBCLI_COMPOSITE credentials gensec LIBCLI_RESOLVE' + deps='LIBCLI_SMB2 UTIL_TEVENT', + public_deps='LIBCLI_COMPOSITE credentials gensec LIBCLI_RESOLVE tevent' ) |