1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00
Andrew Tridgell 555b45e12c r11665: started to put some meat on the structure used for the SMB2 library
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)
2007-10-10 13:46:09 -05:00

8 lines
134 B
Makefile

[SUBSYSTEM::LIBCLI_SMB2]
OBJ_FILES = \
transport.o \
request.o \
negprot.o \
session.o
REQUIRED_SUBSYSTEMS = LIBCLI_RAW LIBPACKET