summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-24 01:11:38 +0200
committerGünther Deschner <gd@samba.org>2008-09-24 01:20:42 +0200
commited23c66bf717ec7cbd4a9950c984342a27576394 (patch)
tree876100a1978483f07c33264a4effad6d58d15462
parent508527890adc7bedd47522a7dae0c96d2b2e4bae (diff)
downloadsamba-ed23c66bf717ec7cbd4a9950c984342a27576394.tar.gz
samba-ed23c66bf717ec7cbd4a9950c984342a27576394.tar.bz2
samba-ed23c66bf717ec7cbd4a9950c984342a27576394.zip
s4: remove autogeneration of libcli/netlogon protos.
we do need to have them around for samba3. Guenther
-rw-r--r--source4/libcli/config.mk6
1 files changed, 0 insertions, 6 deletions
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