mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
libcliraw: Install more header files.
This commit is contained in:
parent
f0d15e8ffa
commit
6fefd217ca
@ -22,7 +22,7 @@
|
||||
#ifndef __LIBCLI_RAW_INTERFACES_H__
|
||||
#define __LIBCLI_RAW_INTERFACES_H__
|
||||
|
||||
#include "libcli/raw/smb.h"
|
||||
#include "source4/libcli/raw/smb.h"
|
||||
#include "../libcli/smb/smb_common.h"
|
||||
#include "librpc/gen_ndr/misc.h" /* for struct GUID */
|
||||
|
||||
|
@ -305,7 +305,7 @@ struct smbcli_request {
|
||||
goto failed; \
|
||||
}
|
||||
|
||||
#include "libcli/raw/interfaces.h"
|
||||
#include "libcli/raw/interfaces.h"
|
||||
|
||||
NTSTATUS smb_raw_read_recv(struct smbcli_request *req, union smb_read *parms);
|
||||
struct smbcli_request *smb_raw_read_send(struct smbcli_tree *tree, union smb_read *parms);
|
||||
|
@ -569,7 +569,7 @@
|
||||
#define _smb2_setlen(buf,len) do {(buf)[0] = 0; (buf)[1] = ((len)&0xFF0000)>>16; \
|
||||
(buf)[2] = ((len)&0xFF00)>>8; (buf)[3] = (len)&0xFF;} while (0)
|
||||
|
||||
#include "libcli/raw/trans2.h"
|
||||
#include "source4/libcli/raw/trans2.h"
|
||||
#include "libcli/raw/interfaces.h"
|
||||
#include "libcli/smb/smb_common.h"
|
||||
|
||||
|
@ -84,7 +84,7 @@ bld.SAMBA_LIBRARY('cli_raw',
|
||||
autoproto='raw/raw_proto.h',
|
||||
public_deps='samba_socket LIBPACKET LIBCRYPTO',
|
||||
deps='cli_composite LIBCLI_RESOLVE security ndr samba-util errors charset talloc LIBCLI_SMB_COMPOSITE tevent NDR_NBT_BUF cli_smb_common',
|
||||
public_headers='raw/request.h:smb_request.h raw/signing.h:smb_signing.h',
|
||||
public_headers='raw/request.h:smb_request.h raw/signing.h:smb_signing.h raw/libcliraw.h:smb_cliraw.h raw/interfaces.h:smb_raw_interfaces.h raw/smb.h:smb_raw.h raw/trans2.h:smb_raw_trans2.h',
|
||||
private_library=True,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user