summaryrefslogtreecommitdiff
path: root/source4/dsdb/config.mk
diff options
context:
space:
mode:
authorCrístian Deives <cristiandeives@gmail.com>2009-11-30 20:11:27 +1100
committerAndrew Tridgell <tridge@samba.org>2009-11-30 20:22:13 +1100
commit7ca2ceb333de6c4daad10890b3e3022e1930235c (patch)
tree86d045ab39778e88f48d10a68d36279c0b867bdc /source4/dsdb/config.mk
parent8331b4c4f8ff1cab6fef2e402a3fda3a95ea091d (diff)
downloadsamba-7ca2ceb333de6c4daad10890b3e3022e1930235c.tar.gz
samba-7ca2ceb333de6c4daad10890b3e3022e1930235c.tar.bz2
samba-7ca2ceb333de6c4daad10890b3e3022e1930235c.zip
s4-drs: Create connection obejct (nTDSConnection)
create nTDSConnection objects to match the list of servers 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 ac4096d526..dfc5def64e 100644
--- a/source4/dsdb/config.mk
+++ b/source4/dsdb/config.mk
@@ -82,6 +82,7 @@ PRIVATE_DEPENDENCIES = \
KCC_SRV_OBJ_FILES = $(addprefix $(dsdbsrcdir)/kcc/, \
kcc_service.o \
+ kcc_connection.o \
kcc_periodic.o)
$(eval $(call proto_header_template,$(dsdbsrcdir)/kcc/kcc_service_proto.h,$(KCC_SRV_OBJ_FILES:.o=.c)))