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

metze at samba.org metze at samba.org
Tue Mar 7 12:00:18 GMT 2006


Author: metze
Date: 2006-03-07 12:00:17 +0000 (Tue, 07 Mar 2006)
New Revision: 13925

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

Log:
fix dependencies

metze
Modified:
   branches/SAMBA_4_0/source/librpc/config.mk
   branches/SAMBA_4_0/source/librpc/idl/samr.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/config.mk
===================================================================
--- branches/SAMBA_4_0/source/librpc/config.mk	2006-03-07 11:07:23 UTC (rev 13924)
+++ branches/SAMBA_4_0/source/librpc/config.mk	2006-03-07 12:00:17 UTC (rev 13925)
@@ -130,7 +130,7 @@
 [SUBSYSTEM::NDR_SAMR]
 OBJ_FILES = gen_ndr/ndr_samr.o
 NOPROTO = YES
-REQUIRED_SUBSYSTEMS = LIBNDR NDR_LSA
+REQUIRED_SUBSYSTEMS = LIBNDR NDR_MISC NDR_LSA NDR_SECURITY
 
 [SUBSYSTEM::NDR_SPOOLSS]
 OBJ_FILES = gen_ndr/ndr_spoolss.o

Modified: branches/SAMBA_4_0/source/librpc/idl/samr.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/samr.idl	2006-03-07 11:07:23 UTC (rev 13924)
+++ branches/SAMBA_4_0/source/librpc/idl/samr.idl	2006-03-07 12:00:17 UTC (rev 13925)
@@ -13,7 +13,7 @@
   endpoint("ncacn_np:[\\pipe\\samr]","ncacn_ip_tcp:", "ncalrpc:"),
   pointer_default(unique),
   pointer_default_top(unique),
-  depends(lsa,security)
+  depends(misc,lsa,security)
 ] interface samr
 {
 	declare bitmap security_secinfo;



More information about the samba-cvs mailing list