summaryrefslogtreecommitdiff
path: root/source4/libcli/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-05-01 18:10:20 +0200
committerStefan Metzmacher <metze@samba.org>2011-06-15 17:54:44 +0200
commit8d12649b3144daa5e8eb141967a753354abdd330 (patch)
tree503bd76493a09bbffad93b3068f4245488c5eadf /source4/libcli/wscript_build
parent1dbe9706bc34c960fd2664508736b5a71d80433d (diff)
downloadsamba-8d12649b3144daa5e8eb141967a753354abdd330.tar.gz
samba-8d12649b3144daa5e8eb141967a753354abdd330.tar.bz2
samba-8d12649b3144daa5e8eb141967a753354abdd330.zip
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_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build
index 3d36925195..d9e85d610e 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'
)