diff options
author | Volker Lendecke <vl@samba.org> | 2013-04-17 16:48:21 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-04-30 14:13:41 +0200 |
commit | 96a8f6e0fb9042fe125c9552dfb4c3f6d19cb225 (patch) | |
tree | c2fe6d86277487d1eaf843c471292eb038c4d78e /libcli/smb/wscript | |
parent | 7e807934e6550308efed814a20ce6d6dabbad557 (diff) | |
download | samba-96a8f6e0fb9042fe125c9552dfb4c3f6d19cb225.tar.gz samba-96a8f6e0fb9042fe125c9552dfb4c3f6d19cb225.tar.bz2 samba-96a8f6e0fb9042fe125c9552dfb4c3f6d19cb225.zip |
libsmb: Move "struct smb2_lease" to common
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'libcli/smb/wscript')
-rwxr-xr-x | libcli/smb/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/smb/wscript b/libcli/smb/wscript index 3616ad140f..13cf894ca5 100755 --- a/libcli/smb/wscript +++ b/libcli/smb/wscript @@ -41,6 +41,7 @@ def build(bld): smb_common.h smb2_constants.h smb_constants.h smb_signing.h smb_seal.h smb2_create_blob.h smb2_signing.h + smb2_lease.h smb_util.h smb_unix_ext.h ''', |