diff options
author | Björn Baumbach <bb@sernet.de> | 2012-05-15 12:24:38 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-05-15 20:17:01 +0200 |
commit | 5f494c424cf204c1b5164085aecb3ea54c1b0fa9 (patch) | |
tree | fddbfaea86e5499e5bfbf608200668d2f9e3af26 /libcli/smb/wscript_build | |
parent | c16e263d0e84c14e5a1dd45a2ec13a6972aa8885 (diff) | |
download | samba-5f494c424cf204c1b5164085aecb3ea54c1b0fa9.tar.gz samba-5f494c424cf204c1b5164085aecb3ea54c1b0fa9.tar.bz2 samba-5f494c424cf204c1b5164085aecb3ea54c1b0fa9.zip |
libcli/smb: move smb2cli_ioctl.c from source3 to the toplevel
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue May 15 20:17:01 CEST 2012 on sn-devel-104
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 391c0541d2..40c3c1726b 100755 --- a/libcli/smb/wscript_build +++ b/libcli/smb/wscript_build @@ -17,6 +17,7 @@ bld.SAMBA_LIBRARY('cli_smb_common', smb2cli_set_info.c smb2cli_query_info.c smb2cli_query_directory.c + smb2cli_ioctl.c ''', deps='LIBCRYPTO errors gensec krb5samba LIBASYNC_REQ', public_deps='talloc samba-util', |