mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
a3797ff66a
metze (This used to be commit 58bed7322c7e552d0462a11ce5d46a282c31f8f7)
19 lines
390 B
Makefile
19 lines
390 B
Makefile
#######################
|
|
# Start SUBSYSTEM SMB2_PROTOCOL
|
|
[SUBSYSTEM::SMB2_PROTOCOL]
|
|
PRIVATE_PROTO_HEADER = smb2_proto.h
|
|
OBJ_FILES = \
|
|
receive.o \
|
|
negprot.o \
|
|
sesssetup.o \
|
|
tcon.o \
|
|
fileio.o \
|
|
fileinfo.o \
|
|
find.o \
|
|
keepalive.o
|
|
PUBLIC_DEPENDENCIES = \
|
|
ntvfs LIBPACKET LIBCLI_SMB2
|
|
LDFLAGS = $(SUBSYSTEM_SMB_SERVER_OUTPUT)
|
|
# End SUBSYSTEM SMB2_PROTOCOL
|
|
#######################
|