svn commit: samba r21829 - in branches/SAMBA_4_0: . source/librpc

jelmer at samba.org jelmer at samba.org
Tue Mar 13 20:26:35 GMT 2007


Author: jelmer
Date: 2007-03-13 20:26:35 +0000 (Tue, 13 Mar 2007)
New Revision: 21829

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

Log:
 Integrate mgmt in libdcerpc. We have enough libraries as it is and mgmt is part of the DCE/RPC standard.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/librpc/config.mk


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:merge
...skipped...

Modified: branches/SAMBA_4_0/source/librpc/config.mk
===================================================================
--- branches/SAMBA_4_0/source/librpc/config.mk	2007-03-13 20:08:44 UTC (rev 21828)
+++ branches/SAMBA_4_0/source/librpc/config.mk	2007-03-13 20:26:35 UTC (rev 21829)
@@ -405,12 +405,9 @@
 OBJ_FILES = gen_ndr/ndr_initshutdown_c.o
 PUBLIC_DEPENDENCIES = dcerpc NDR_INITSHUTDOWN
 
-[LIBRARY::dcerpc_mgmt]
+[SUBSYSTEM::RPC_NDR_MGMT]
 OBJ_FILES = gen_ndr/ndr_mgmt_c.o
-PUBLIC_DEPENDENCIES = dcerpc NDR_MGMT
-VERSION = 0.0.1
-SO_VERSION = 0
-DESCRIPTION = DCE/RPC client library - MGMT
+PRIVATE_DEPENDENCIES = NDR_MGMT
 
 [SUBSYSTEM::RPC_NDR_PROTECTED_STORAGE]
 OBJ_FILES = gen_ndr/ndr_protected_storage_c.o
@@ -479,7 +476,7 @@
 		rpc/dcerpc_connect.o
 PRIVATE_DEPENDENCIES = \
 		samba-socket LIBCLI_RESOLVE LIBCLI_SMB LIBCLI_SMB2 \
-		LIBNDR NDR_DCERPC RPC_NDR_EPMAPPER \
+		LIBNDR NDR_DCERPC RPC_NDR_EPMAPPER RPC_NDR_MGMT \
 		NDR_SCHANNEL RPC_NDR_NETLOGON \
 		gensec LIBCLI_AUTH LIBCLI_RAW CREDENTIALS
 # End SUBSYSTEM dcerpc



More information about the samba-cvs mailing list