summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-12-19 02:25:15 +0100
committerGünther Deschner <gd@samba.org>2007-12-21 15:29:10 +0100
commitd1548d035f3c296d5044b9aa47fc350cb62e4e2d (patch)
tree519ff4a4e62cc0b30f034f8d6e96e7a2ce335d33 /source3/Makefile.in
parent8f65326e9993a5caefde89f9a48cd677a9f0cefd (diff)
downloadsamba-d1548d035f3c296d5044b9aa47fc350cb62e4e2d.tar.gz
samba-d1548d035f3c296d5044b9aa47fc350cb62e4e2d.tar.bz2
samba-d1548d035f3c296d5044b9aa47fc350cb62e4e2d.zip
Use DsGetDcName in local libnetapi join to find a dc.
Guenther (This used to be commit fbc60c1648ff8b1fa0ae33c09237e41232f9769c)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index d12751a16e..99f7b447ec 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -715,7 +715,8 @@ LIBNETAPI_OBJ = $(LIBNETAPI_OBJ1) $(LIBNET_OBJ) \
$(PARAM_WITHOUT_REG_OBJ) $(LIB_NONSMBD_OBJ) \
$(LIBSMB_OBJ) $(KRBCLIENT_OBJ) \
$(LIBMSRPC_OBJ) $(LIBMSRPC_GEN_OBJ) $(RPC_PARSE_OBJ) \
- $(SECRETS_OBJ) $(PASSDB_OBJ) $(SMBLDAP_OBJ) $(GROUPDB_OBJ) $(LDB_OBJ)
+ $(SECRETS_OBJ) $(PASSDB_OBJ) $(SMBLDAP_OBJ) $(GROUPDB_OBJ) $(LDB_OBJ) \
+ $(DCUTIL_OBJ) $(LIBADS_OBJ)
LIBNET_OBJ = libnet/libnet_conf.o libnet/libnet_join.o