diff options
-rw-r--r-- | libcli/auth/config.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libcli/auth/config.mk b/libcli/auth/config.mk index 103402099d..11fdeedaea 100644 --- a/libcli/auth/config.mk +++ b/libcli/auth/config.mk @@ -7,8 +7,6 @@ ntlm_check_OBJ_FILES = $(addprefix $(libclicommonsrcdir)/auth/, ntlm_check.o) 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 \ @@ -21,11 +19,8 @@ LIBCLI_AUTH_OBJ_FILES = $(addprefix $(libclicommonsrcdir)/auth/, \ smbdes.o) PUBLIC_HEADERS += ../libcli/auth/credentials.h -$(eval $(call proto_header_template,$(libclicommonsrcdir)/auth/proto.h,$(LIBCLI_AUTH_OBJ_FILES:.o=.c))) [SUBSYSTEM::COMMON_SCHANNELDB] PRIVATE_DEPENDENCIES = LDB_WRAP COMMON_SCHANNELDB_OBJ_FILES = $(addprefix $(libclicommonsrcdir)/auth/, schannel_state.o) -$(eval $(call proto_header_template,$(libclicommonsrcdir)/auth/schannel_state_proto.h,$(COMMON_SCHANNELDB_OBJ_FILES:.o=.c))) - |