diff options
author | Luke Leighton <lkcl@samba.org> | 1999-09-21 21:28:27 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-09-21 21:28:27 +0000 |
commit | f1c2fdb2704e04b05fe3247c53162006a25e75fb (patch) | |
tree | 5fd57a19131e860fe6d9340943b3725b4da95839 /source3/Makefile.in | |
parent | 0a6eac0b79dd818ca747423c228eca876faf10af (diff) | |
download | samba-f1c2fdb2704e04b05fe3247c53162006a25e75fb.tar.gz samba-f1c2fdb2704e04b05fe3247c53162006a25e75fb.tar.bz2 samba-f1c2fdb2704e04b05fe3247c53162006a25e75fb.zip |
split matthew's sync command (only currently called from smbpasswd)
into a separate module
(This used to be commit d99eca020a255022dbc71f3671127343d75db59e)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 55ae4d795d..6c83d73525 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -149,6 +149,7 @@ RPC_PARSE_OBJ = rpc_parse/parse_lsa.o rpc_parse/parse_misc.o \ RPC_CLIENT_OBJ = \ rpc_client/cli_login.o \ rpc_client/cli_netlogon.o \ + rpc_client/cli_netlogon_sync.o \ rpc_client/cli_reg.o \ rpc_client/cli_pipe.o \ rpc_client/cli_lsarpc.o \ |