diff options
author | Gerald Carter <jerry@samba.org> | 2000-07-20 13:39:51 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2000-07-20 13:39:51 +0000 |
commit | fca31d804edea3301553265797792d3b395e78c1 (patch) | |
tree | 0cf1f86a2ed08e9ca8c8c0fe110c887c6bc881a5 /source3 | |
parent | 58221bfcf7d3e613a5cc84dea09f1dc0f9238d59 (diff) | |
download | samba-fca31d804edea3301553265797792d3b395e78c1.tar.gz samba-fca31d804edea3301553265797792d3b395e78c1.tar.bz2 samba-fca31d804edea3301553265797792d3b395e78c1.zip |
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)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index fa80957aac..7952b9cd18 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 \ |