diff options
author | Tim Potter <tpot@samba.org> | 2002-01-02 00:52:30 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-01-02 00:52:30 +0000 |
commit | 001fe3481f26e27964b3d60c067524b45f085304 (patch) | |
tree | b875e1d758b394a27b383da6e78eb29f8e305d59 | |
parent | 4aecb650e1ece234fb7359270deb74fe1c1a4a16 (diff) | |
download | samba-001fe3481f26e27964b3d60c067524b45f085304.tar.gz samba-001fe3481f26e27964b3d60c067524b45f085304.tar.xz samba-001fe3481f26e27964b3d60c067524b45f085304.zip |
Removed reference to rpc_client/cli_netlogon.o from dependencies for
samsync. The libsmb version should do fine.
-rw-r--r-- | source/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index 122b55621ac..eb2cabf623c 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -300,7 +300,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 rpcclient/display_sec.o +SAMSYNC_OBJ1 = rpcclient/samsync.o rpcclient/display_sec.o SAMSYNC_OBJ = $(SAMSYNC_OBJ1) \ $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) \ |