summaryrefslogtreecommitdiff
path: root/source4/dsdb/config.mk
diff options
context:
space:
mode:
authorCrístian Deives <cristiandeives@gmail.com>2010-02-10 03:42:28 -0200
committerAndrew Tridgell <tridge@samba.org>2010-02-15 23:22:48 +1100
commit0cf4e8aae6a2d4155c067137e5e4a391031df930 (patch)
tree2da3494aa513d1d18a256693e09bd11f907d3892 /source4/dsdb/config.mk
parent4edbb255998269f848636669c6d358f194c5eedd (diff)
downloadsamba-0cf4e8aae6a2d4155c067137e5e4a391031df930.tar.gz
samba-0cf4e8aae6a2d4155c067137e5e4a391031df930.tar.bz2
samba-0cf4e8aae6a2d4155c067137e5e4a391031df930.zip
s4-kcc: initial code for the topology algorithm
this patch contains the data structures declarations and the functions to setup the graph. Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/dsdb/config.mk')
-rw-r--r--source4/dsdb/config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/config.mk b/source4/dsdb/config.mk
index b038b5e062..94e6e39be1 100644
--- a/source4/dsdb/config.mk
+++ b/source4/dsdb/config.mk
@@ -84,6 +84,7 @@ PRIVATE_DEPENDENCIES = \
KCC_SRV_OBJ_FILES = $(addprefix $(dsdbsrcdir)/kcc/, \
kcc_service.o \
kcc_connection.o \
+ kcc_topology.o \
kcc_deleted.o \
kcc_periodic.o \
kcc_drs_replica_info.o)