diff options
author | Tim Potter <tpot@samba.org> | 2001-08-09 03:41:18 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-08-09 03:41:18 +0000 |
commit | d41606d6d9f957057727aee06953dfad13c3ca8d (patch) | |
tree | 94bd9520a521ef31d84317fe79961598ae9bef72 /source3/Makefile.in | |
parent | 2f844bf447a98b802daa4b8d552ea4530e7f6108 (diff) | |
download | samba-d41606d6d9f957057727aee06953dfad13c3ca8d.tar.gz samba-d41606d6d9f957057727aee06953dfad13c3ca8d.tar.bz2 samba-d41606d6d9f957057727aee06953dfad13c3ca8d.zip |
Link fix for smbpasswd.
(This used to be commit 2c73ae4ac7ad56730ef22a1b5f6ca3351cf7036e)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 0d5a1a8898..a809ee11bb 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -135,7 +135,8 @@ LIBSMB_OBJ = libsmb/clientgen.o libsmb/cliconnect.o libsmb/clifile.o \ LIBMSRPC_OBJ = libsmb/cli_lsarpc.o libsmb/cli_samr.o libsmb/cli_spoolss.o \ libsmb/cli_netlogon.o libsmb/cli_srvsvc.o libsmb/cli_dfs.o \ - rpc_client/cli_pipe.o nsswitch/winbindd_glue.o + rpc_client/cli_pipe.o nsswitch/winbindd_glue.o \ + libsmb/cli_pipe_util.o RPC_SERVER_OBJ = rpc_server/srv_lsa.o rpc_server/srv_lsa_nt.o \ rpc_server/srv_lsa_hnd.o rpc_server/srv_netlog.o rpc_server/srv_netlog_nt.o \ @@ -258,7 +259,7 @@ TESTPRNS_OBJ = utils/testprns.o $(PARAM_OBJ) $(PRINTING_OBJ) $(UBIQX_OBJ) \ SMBPASSWD_OBJ = utils/smbpasswd.o $(PARAM_OBJ) \ $(LIBSMB_OBJ) $(PASSDB_OBJ) $(GROUPDB_OBJ)\ $(UBIQX_OBJ) $(RPC_CLIENT_OBJ) $(RPC_PARSE_OBJ) $(LIB_OBJ) \ - libsmb/cli_lsarpc.o libsmb/cli_samr.o + libsmb/cli_lsarpc.o libsmb/cli_samr.o libsmb/cli_pipe_util.o PDBEDIT_OBJ = utils/pdbedit.o $(PARAM_OBJ) $(LIBSMB_OBJ) $(PASSDB_OBJ) \ $(UBIQX_OBJ) $(LIB_OBJ) $(GROUPDB_OBJ) |