From ed23c66bf717ec7cbd4a9950c984342a27576394 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 24 Sep 2008 01:11:38 +0200 Subject: s4: remove autogeneration of libcli/netlogon protos. we do need to have them around for samba3. Guenther --- source4/libcli/config.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source4/libcli') diff --git a/source4/libcli/config.mk b/source4/libcli/config.mk index bb426ca9f6..1a7dcdeec1 100644 --- a/source4/libcli/config.mk +++ b/source4/libcli/config.mk @@ -55,24 +55,18 @@ LIBCLI_NBT_OBJ_FILES = $(addprefix ../$(libclisrcdir)/nbt/, \ namerefresh.o \ namerelease.o) -$(eval $(call proto_header_template,../$(libclisrcdir)/nbt/nbt_proto.h,$(LIBCLI_NBT_OBJ_FILES:.o=.c))) - [SUBSYSTEM::LIBCLI_NDR_NETLOGON] PUBLIC_DEPENDENCIES = LIBNDR \ NDR_SECURITY LIBCLI_NDR_NETLOGON_OBJ_FILES = $(addprefix ../$(libclisrcdir)/, ndr_netlogon.o) -$(eval $(call proto_header_template,../$(libclisrcdir)/ndr_netlogon_proto.h,$(LIBCLI_NDR_NETLOGON_OBJ_FILES:.o=.c))) - [SUBSYSTEM::LIBCLI_NETLOGON] PUBLIC_DEPENDENCIES = LIBSAMBA-UTIL LIBCLI_NDR_NETLOGON LIBCLI_NETLOGON_OBJ_FILES = $(addprefix ../$(libclisrcdir)/, \ netlogon.o) -$(eval $(call proto_header_template,../$(libclisrcdir)/netlogon_proto.h,$(LIBCLI_NETLOGON_OBJ_FILES:.o=.c))) - [SUBSYSTEM::LIBCLI_DRSBLOBS] PUBLIC_DEPENDENCIES = LIBNDR -- cgit