summaryrefslogtreecommitdiff
path: root/libcli/smb/wscript_build
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2012-05-15 12:24:38 +0200
committerStefan Metzmacher <metze@samba.org>2012-05-15 20:17:01 +0200
commit5f494c424cf204c1b5164085aecb3ea54c1b0fa9 (patch)
treefddbfaea86e5499e5bfbf608200668d2f9e3af26 /libcli/smb/wscript_build
parentc16e263d0e84c14e5a1dd45a2ec13a6972aa8885 (diff)
downloadsamba-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-xlibcli/smb/wscript_build1
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',