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

metze at samba.org metze at samba.org
Tue Mar 7 12:26:39 GMT 2006


Author: metze
Date: 2006-03-07 12:26:38 +0000 (Tue, 07 Mar 2006)
New Revision: 13927

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

Log:
fix dependency

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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/config.mk
===================================================================
--- branches/SAMBA_4_0/source/librpc/config.mk	2006-03-07 12:08:58 UTC (rev 13926)
+++ branches/SAMBA_4_0/source/librpc/config.mk	2006-03-07 12:26:38 UTC (rev 13927)
@@ -32,7 +32,7 @@
 [SUBSYSTEM::NDR_SECURITY]
 OBJ_FILES = gen_ndr/ndr_security.o
 NOPROTO = YES
-REQUIRED_SUBSYSTEMS = NDR_SECURITY_HELPER
+REQUIRED_SUBSYSTEMS = NDR_MISC NDR_SECURITY_HELPER
 
 [SUBSYSTEM::NDR_AUDIOSRV]
 OBJ_FILES = gen_ndr/ndr_audiosrv.o

Modified: branches/SAMBA_4_0/source/librpc/idl/security.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/security.idl	2006-03-07 12:08:58 UTC (rev 13926)
+++ branches/SAMBA_4_0/source/librpc/idl/security.idl	2006-03-07 12:26:38 UTC (rev 13927)
@@ -5,7 +5,8 @@
 */
 
 [
-	pointer_default(unique)
+	pointer_default(unique),
+	depends(misc)
 ]
 interface security
 {



More information about the samba-cvs mailing list