summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-04-16 11:47:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:16:23 -0500
commit76a2ac3ac324466962adbeaf1f2a85572f631c0a (patch)
tree074ea5a1fd8ab1c489d1564fd9b954cd59723ad2 /source3/Makefile.in
parentd2cf063e6bf081e17ba54bcd24a39396dac33e1a (diff)
downloadsamba-76a2ac3ac324466962adbeaf1f2a85572f631c0a.tar.gz
samba-76a2ac3ac324466962adbeaf1f2a85572f631c0a.tar.bz2
samba-76a2ac3ac324466962adbeaf1f2a85572f631c0a.zip
r15098: Make smbclient -L use RPC to list shares, fall back to RAP. This should list
long share names. Volker (This used to be commit d3d388180dacb7b9db5d122bc3f2ce1045434f53)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 1b2fc92227..27753dd072 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -555,7 +555,9 @@ LIBBIGBALLOFMUD_OBJ = $(PARAM_OBJ) $(LIB_NONSMBD_OBJ) $(SECRETS_OBJ) \
LIBBIGBALLOFMUD_PICOBJS = $(LIBBIGBALLOFMUD_OBJ:.o=.@PICSUFFIX@)
-CLIENT_OBJ1 = client/client.o client/clitar.o
+CLIENT_OBJ1 = client/client.o client/clitar.o rpc_client/cli_srvsvc.o \
+ rpc_parse/parse_srv.o rpc_client/cli_pipe.o rpc_parse/parse_rpc.o \
+ rpc_client/cli_netlogon.o rpc_parse/parse_net.o
CLIENT_OBJ = $(CLIENT_OBJ1) $(PARAM_OBJ) $(LIBSMB_OBJ) \
$(LIB_NONSMBD_OBJ) $(KRBCLIENT_OBJ) \