diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-05-05 18:12:07 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-07-08 01:22:20 +0200 |
commit | 2abc34cb4a45d83bfee49a0fb881ba9cbe271249 (patch) | |
tree | 309503b919dd0caa8e1e87e14f6df53319515559 /source3/Makefile.in | |
parent | f21720773fc24424921b6731d0b07df38d00d3e0 (diff) | |
download | samba-2abc34cb4a45d83bfee49a0fb881ba9cbe271249.tar.gz |
s3:libsmb: add smb2cli_create*()
Based on the initial patch from Volker Lendecke <vl@samba.org>.
metze
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 4f944a5f345..5554e69c8f0 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -604,6 +604,8 @@ LIBSMB_OBJ = libsmb/clientgen.o libsmb/cliconnect.o libsmb/clifile.o \ libsmb/smb2cli_negprot.o \ libsmb/smb2cli_session.o \ libsmb/smb2cli_tcon.o \ + libsmb/smb2cli_create.o \ + ../libcli/smb/smb2_create_blob.o \ libsmb/cli_np_tstream.o \ libsmb/smbsock_connect.o \ $(LIBSAMBA_OBJ) \ @@ -940,7 +942,6 @@ SMBD_OBJ_SRV = smbd/server_reload.o \ smbd/smb2_getinfo.o \ smbd/smb2_setinfo.o \ smbd/smb2_break.o \ - ../libcli/smb/smb2_create_blob.o \ $(MANGLE_OBJ) @VFS_STATIC@ SMBD_OBJ_BASE = $(PARAM_WITHOUT_REG_OBJ) $(SMBD_OBJ_SRV) $(LIBSMB_OBJ) \ |