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 | ed54a9f4d154ac56330b23255108447036cbd192 (patch) | |
tree | 53827249357060cd6ece4bc48473cd232b9f28e1 /source/Makefile.in | |
parent | c8abc31187dbfe6076277896b029fa11443e43bd (diff) | |
download | samba-ed54a9f4d154ac56330b23255108447036cbd192.tar.gz samba-ed54a9f4d154ac56330b23255108447036cbd192.tar.xz samba-ed54a9f4d154ac56330b23255108447036cbd192.zip |
readded util_list.c (just to the RPCCLIENT_OBJ). I need to split
the file up i think. Later.
--jerry
Diffstat (limited to 'source/Makefile.in')
-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 fa80957aacd..7952b9cd18f 100644 --- a/source/Makefile.in +++ b/source/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 \ |