diff options
-rw-r--r-- | libcli/auth/config.mk | 6 | ||||
-rw-r--r-- | libcli/auth/msrpc_parse.c (renamed from source4/auth/ntlmssp/ntlmssp_parse.c) | 0 | ||||
-rw-r--r-- | source4/auth/ntlmssp/config.mk | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/libcli/auth/config.mk b/libcli/auth/config.mk index c09d1631c0..0d440c0f66 100644 --- a/libcli/auth/config.mk +++ b/libcli/auth/config.mk @@ -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 \ diff --git a/source4/auth/ntlmssp/ntlmssp_parse.c b/libcli/auth/msrpc_parse.c index 969845d6c5..969845d6c5 100644 --- a/source4/auth/ntlmssp/ntlmssp_parse.c +++ b/libcli/auth/msrpc_parse.c diff --git a/source4/auth/ntlmssp/config.mk b/source4/auth/ntlmssp/config.mk index c0446bcac1..1be5fa98e7 100644 --- a/source4/auth/ntlmssp/config.mk +++ b/source4/auth/ntlmssp/config.mk @@ -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] |