mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
555b45e12c
the call definitions will be in smb2_calls.h, which will play a similar role that smb_interfaces.h plays for the old SMB protocol (This used to be commit 4ef3902a8a99a0b8caa81a07ba07830d7cbbc32c)
8 lines
134 B
Makefile
8 lines
134 B
Makefile
[SUBSYSTEM::LIBCLI_SMB2]
|
|
OBJ_FILES = \
|
|
transport.o \
|
|
request.o \
|
|
negprot.o \
|
|
session.o
|
|
REQUIRED_SUBSYSTEMS = LIBCLI_RAW LIBPACKET
|