summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorJean-François Micouleau <jfm@samba.org>2001-12-12 15:25:22 +0000
committerJean-François Micouleau <jfm@samba.org>2001-12-12 15:25:22 +0000
commitd49c8e4d3d64b48e243d0f517b9e7f037103af13 (patch)
tree289b374c745ddf3bcf5850600d8fdf637cc57614 /source/Makefile.in
parent8d359e62138aa327cb00875dc446234ce4be6f02 (diff)
downloadsamba-d49c8e4d3d64b48e243d0f517b9e7f037103af13.tar.gz
samba-d49c8e4d3d64b48e243d0f517b9e7f037103af13.tar.xz
samba-d49c8e4d3d64b48e243d0f517b9e7f037103af13.zip
added a -V[erbose] option to samsync. Decode a lot of information
I'm looking at chaining the credentials J.F.
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 2ad39114aa6..ae019d6f63f 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -302,7 +302,7 @@ RPCCLIENT_OBJ = $(RPCCLIENT_OBJ1) \
$(RPC_PARSE_OBJ) $(PASSDB_OBJ) $(LIBMSRPC_OBJ) \
$(READLINE_OBJ) $(GROUPDB_OBJ)
-SAMSYNC_OBJ1 = rpcclient/samsync.o rpc_client/cli_netlogon.o
+SAMSYNC_OBJ1 = rpcclient/samsync.o rpc_client/cli_netlogon.o rpcclient/display_sec.o
SAMSYNC_OBJ = $(SAMSYNC_OBJ1) \
$(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) \