From: Jeremy Allison Date: Mon, 20 Apr 2009 16:06:21 +0000 (-0700) Subject: Stop autogenerated files from being created. X-Git-Tag: tdb-1.1.5~954 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e1b633dab6fdd42425c43de07a57808c9003cb6;p=thirdparty%2Fsamba.git Stop autogenerated files from being created. Jeremy. --- diff --git a/libcli/auth/config.mk b/libcli/auth/config.mk index 103402099d8..11fdeedaea2 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))) -