diff options
author | Björn Baumbach <bb@sernet.de> | 2012-05-15 10:50:49 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-05-15 18:26:00 +0200 |
commit | 269000b1b344fb04efe0f12ca455b584074139d3 (patch) | |
tree | 9cd28bacd53eef0f0804b691f14ca906e8d605a9 /libcli/smb/wscript_build | |
parent | 4022edc9064e7cde147f0c7cbd93b76db30fac4a (diff) | |
download | samba-269000b1b344fb04efe0f12ca455b584074139d3.tar.gz samba-269000b1b344fb04efe0f12ca455b584074139d3.tar.bz2 samba-269000b1b344fb04efe0f12ca455b584074139d3.zip |
libcli/smb: move smb2cli_read.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 904e895878..69f9f032ae 100755 --- a/libcli/smb/wscript_build +++ b/libcli/smb/wscript_build @@ -11,6 +11,7 @@ bld.SAMBA_LIBRARY('cli_smb_common', smb2cli_session.c smb2cli_create.c smb2cli_close.c + smb2cli_read.c ''', deps='LIBCRYPTO errors gensec krb5samba LIBASYNC_REQ', public_deps='talloc samba-util', |