summaryrefslogtreecommitdiff
path: root/source4/dsdb/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-01-15 19:36:16 +1100
committerAndrew Tridgell <tridge@samba.org>2010-01-16 14:10:42 +1100
commit5bfeed89da6177adf9dfa49471adcbc25c7d0e7a (patch)
treee8d79664ecff7d4d172a82b88ff916917b3c33e5 /source4/dsdb/config.mk
parent22d92157e35240b8b2f653a688dffd68a4b0e330 (diff)
downloadsamba-5bfeed89da6177adf9dfa49471adcbc25c7d0e7a.tar.gz
samba-5bfeed89da6177adf9dfa49471adcbc25c7d0e7a.tar.bz2
samba-5bfeed89da6177adf9dfa49471adcbc25c7d0e7a.zip
s4-drs: framework for DsGetReplInfo(), includes the DS_REPL_INFO_NEIGHBORS infoType.
This patch includes the framework for the implementation of all infoTypes of the DsGetReplInfo() call, and includes the implementation for the first one, the DS_REPL_INFO_NEIGHBORS. Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/dsdb/config.mk')
-rw-r--r--source4/dsdb/config.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/dsdb/config.mk b/source4/dsdb/config.mk
index 3226c08ec0..5ea31c3e2c 100644
--- a/source4/dsdb/config.mk
+++ b/source4/dsdb/config.mk
@@ -85,6 +85,8 @@ KCC_SRV_OBJ_FILES = $(addprefix $(dsdbsrcdir)/kcc/, \
kcc_service.o \
kcc_connection.o \
kcc_deleted.o \
- kcc_periodic.o)
+ kcc_periodic.o \
+ kcc_drs_replica_info.o)
$(eval $(call proto_header_template,$(dsdbsrcdir)/kcc/kcc_service_proto.h,$(KCC_SRV_OBJ_FILES:.o=.c)))
+