Rev 11733: Integrate mgmt in libdcerpc. We have enough libraries as it is and mgmt is part of the DCE/RPC standard. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

Jelmer Vernooij jelmer at samba.org
Tue Mar 13 20:23:34 GMT 2007


At file:///home/jelmer/bzr.samba/SAMBA_4_0/

------------------------------------------------------------
revno: 11733
revision-id: jelmer at samba.org-20070313202037-ofv8xjmge0m7661b
parent: jelmer at samba.org-20070313194454-chvbxxm800kavtek
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: SAMBA_4_0
timestamp: Tue 2007-03-13 21:20:37 +0100
message:
  Integrate mgmt in libdcerpc. We have enough libraries as it is and mgmt is part of the DCE/RPC standard.
modified:
  source/librpc/config.mk        svn-v2:3433 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2flibrpc%2fconfig.mk
=== modified file 'source/librpc/config.mk'
--- a/source/librpc/config.mk	2007-02-27 18:00:15 +0000
+++ b/source/librpc/config.mk	2007-03-13 20:20:37 +0000
@@ -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