summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-28 19:54:35 +0100
committerGünther Deschner <gd@samba.org>2008-02-28 19:54:35 +0100
commit27310f0768f734f68f4c48d6b2c2cc441a0a434c (patch)
treeced250cbaf6573b777407a993bbd9af6c32febc0 /source3/Makefile.in
parent2306574570332855670f1c53f3c9376b5114b91a (diff)
downloadsamba-27310f0768f734f68f4c48d6b2c2cc441a0a434c.tar.gz
samba-27310f0768f734f68f4c48d6b2c2cc441a0a434c.tar.bz2
samba-27310f0768f734f68f4c48d6b2c2cc441a0a434c.zip
Remove original copy of now redundant join code.
Jerry, I checked this very carefully that nothing got lost. The only thing I need to re-add still is the normalized DN handling for account precreation in "net ads join". Guenther (This used to be commit a5c6347644f2aa138a8e67ffe6c167847df941d0)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index d20cea2d16..63328ec86e 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -805,7 +805,7 @@ LIBNET_CONF_OBJ = libnet/libnet_conf.o
LIBNET_OBJ = $(LIBNET_CONF_OBJ) libnet/libnet_join.o \
librpc/gen_ndr/ndr_libnet_join.o
-NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_domain.o utils/net_help.o \
+NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_help.o \
utils/net_rap.o utils/net_rpc.o utils/net_rpc_samsync.o \
utils/net_rpc_join.o utils/net_time.o utils/net_lookup.o \
utils/net_cache.o utils/net_groupmap.o utils/net_idmap.o \