diff options
| author | Gregor Beck <gbeck@sernet.de> | 2013-09-10 10:43:35 +0200 |
|---|---|---|
| committer | Stefan Metzmacher <metze@samba.org> | 2014-01-07 08:37:39 +0100 |
| commit | 50f910ff5dd8b1e25245e6557eeac5aa09f17557 (patch) | |
| tree | 18ccea5b500509e0a88fe4269eb5c587da016d9e /libcli/smb/wscript | |
| parent | ef28ed685f55155446a1386d94f8b30b6164be6b (diff) | |
libcli/smb: add smb1cli_ntcreatex*
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Gregor Beck <gbeck@sernet.de>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@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 544c43edf2..06a5dc861d 100755 --- a/libcli/smb/wscript +++ b/libcli/smb/wscript @@ -23,6 +23,7 @@ def build(bld): smbXcli_base.c smb1cli_trans.c smb1cli_echo.c + smb1cli_create.c smb2cli_session.c smb2cli_create.c smb2cli_close.c |
