diff options
author | Björn Baumbach <bb@sernet.de> | 2012-05-15 11:11:24 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-05-15 18:26:00 +0200 |
commit | f50fc00306768424dee0680f7f9cae7ff0b3dcd8 (patch) | |
tree | 57de8fe95fe54248cc760dc06a122c2622038e4a /libcli/smb/wscript_build | |
parent | 269000b1b344fb04efe0f12ca455b584074139d3 (diff) | |
download | samba-f50fc00306768424dee0680f7f9cae7ff0b3dcd8.tar.gz samba-f50fc00306768424dee0680f7f9cae7ff0b3dcd8.tar.bz2 samba-f50fc00306768424dee0680f7f9cae7ff0b3dcd8.zip |
libcli/smb: move smb2cli_write.c from source3 to the toplevel
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'libcli/smb/wscript_build')
-rwxr-xr-x | libcli/smb/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/smb/wscript_build b/libcli/smb/wscript_build index 69f9f032ae..9869f19ce2 100755 --- a/libcli/smb/wscript_build +++ b/libcli/smb/wscript_build @@ -12,6 +12,7 @@ bld.SAMBA_LIBRARY('cli_smb_common', smb2cli_create.c smb2cli_close.c smb2cli_read.c + smb2cli_write.c ''', deps='LIBCRYPTO errors gensec krb5samba LIBASYNC_REQ', public_deps='talloc samba-util', |