From fca31d804edea3301553265797792d3b395e78c1 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 20 Jul 2000 13:39:51 +0000 Subject: [PATCH] readded util_list.c (just to the RPCCLIENT_OBJ). I need to split the file up i think. Later. --jerry (This used to be commit ed54a9f4d154ac56330b23255108447036cbd192) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index fa80957aacd..7952b9cd18f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -237,7 +237,7 @@ SMBPASSWD_OBJ = utils/smbpasswd.o lib/msrpc-client.o $(PARAM_OBJ) \ $(UBIQX_OBJ) $(RPC_CLIENT_OBJ) $(RPC_PARSE_OBJ) $(LIB_OBJ) RPCCLIENT_OBJ1 = rpcclient/rpcclient.o \ - lib/cmd_interp.o \ + lib/cmd_interp.o lib/util_list.o \ lib/msrpc-client.o \ rpc_client/cli_connect.o \ rpc_client/cli_use.o \ -- 2.34.1