summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-11 05:21:50 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-11 05:21:50 +0000
commit32ba2c889fb7eaa0dde8a2951572da7e2a4da3ce (patch)
tree6e7752b6d5855df4c2da4e00df8e06136a704317 /source3/Makefile.in
parent6cc5e2edc1018a30b9ef16f2572849790ab490d1 (diff)
downloadsamba-32ba2c889fb7eaa0dde8a2951572da7e2a4da3ce.tar.gz
samba-32ba2c889fb7eaa0dde8a2951572da7e2a4da3ce.tar.bz2
samba-32ba2c889fb7eaa0dde8a2951572da7e2a4da3ce.zip
added a net time command. Allow display or set of system time based on
a SMB server particularly useful for ADS is: net time set -S DOMAIN#1B this makes kerberos clock skew problems go away :) (This used to be commit b3ba2293d0e4eac3b6408c3abc3dcacfa3f67fe4)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index e5920600c5..0cd2e53225 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -326,8 +326,9 @@ CLIENT_OBJ = client/client.o client/clitar.o \
$(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) \
$(READLINE_OBJ)
-NET_OBJ = utils/net.o utils/net_ads.o utils/net_rap.o utils/net_rpc.o \
- utils/net_rpc_join.o \
+NET_OBJ = utils/net.o utils/net_ads.o \
+ utils/net_rap.o utils/net_rpc.o \
+ utils/net_rpc_join.o utils/net_time.o \
$(LIBSMB_OBJ) $(LIBMSRPC_OBJ) $(RPC_PARSE_OBJ) $(PASSDB_OBJ) \
$(GROUPDB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ) $(LIB_OBJ)