1
0
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:
Andrew Bartlett 2009-03-16 18:08:15 +11:00
parent 872cb0257c
commit 9feea7fa4c
3 changed files with 6 additions and 6 deletions

View File

@ -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 \

View File

@ -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]