mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Move MSRPC-PARSE into the common libcli/auth
This is a depenceny of smbencrypt.c
This commit is contained in:
parent
872cb0257c
commit
9feea7fa4c
@ -1,3 +1,9 @@
|
||||
[SUBSYSTEM::MSRPC_PARSE]
|
||||
|
||||
MSRPC_PARSE_OBJ_FILES = $(addprefix $(libclicommonsrcdir)/auth/, msrpc_parse.o)
|
||||
|
||||
$(eval $(call proto_header_template,$(libclicommonsrcdir)/auth/msrpc_parse.h,$(MSRPC_PARSE_OBJ_FILES:.o=.c)))
|
||||
|
||||
[SUBSYSTEM::LIBCLI_AUTH]
|
||||
PUBLIC_DEPENDENCIES = \
|
||||
MSRPC_PARSE \
|
||||
|
@ -1,9 +1,3 @@
|
||||
[SUBSYSTEM::MSRPC_PARSE]
|
||||
|
||||
MSRPC_PARSE_OBJ_FILES = $(addprefix $(authsrcdir)/ntlmssp/, ntlmssp_parse.o)
|
||||
|
||||
$(eval $(call proto_header_template,$(authsrcdir)/ntlmssp/msrpc_parse.h,$(MSRPC_PARSE_OBJ_FILES:.o=.c)))
|
||||
|
||||
################################################
|
||||
# Start MODULE gensec_ntlmssp
|
||||
[MODULE::gensec_ntlmssp]
|
||||
|
Loading…
Reference in New Issue
Block a user