svn commit: samba r6440 - in branches/SAMBA_4_0/source/libnet: .

mimir at samba.org mimir at samba.org
Sat Apr 23 03:01:25 GMT 2005


Author: mimir
Date: 2005-04-23 03:01:21 +0000 (Sat, 23 Apr 2005)
New Revision: 6440

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6440

Log:
Adding libcli composite functions dependency, as we need to locate
a host and connect to its services prior to doing administrative tasks
via rpc calls.


rafal


Modified:
   branches/SAMBA_4_0/source/libnet/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/config.mk
===================================================================
--- branches/SAMBA_4_0/source/libnet/config.mk	2005-04-23 02:59:53 UTC (rev 6439)
+++ branches/SAMBA_4_0/source/libnet/config.mk	2005-04-23 03:01:21 UTC (rev 6440)
@@ -11,6 +11,6 @@
 		libnet/libnet_user.o \
 		libnet/userinfo.o \
 		libnet/userman.o
-REQUIRED_SUBSYSTEMS = RPC_NDR_SAMR RPC_NDR_SRVSVC
+REQUIRED_SUBSYSTEMS = RPC_NDR_SAMR RPC_NDR_SRVSVC LIBCLI_COMPOSITE
 # End SUBSYSTEM LIBNET
 #################################



More information about the samba-cvs mailing list