From 9dad1fb7bbc387d10c38334e3393dc9f18f4fa2f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 7 Mar 2006 12:00:17 +0000 Subject: [PATCH] r13925: fix dependencies metze --- source/librpc/config.mk | 2 +- source/librpc/idl/samr.idl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/librpc/config.mk b/source/librpc/config.mk index a827e481f80..f5bcaaba614 100644 --- a/source/librpc/config.mk +++ b/source/librpc/config.mk @@ -130,7 +130,7 @@ REQUIRED_SUBSYSTEMS = LIBNDR [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 diff --git a/source/librpc/idl/samr.idl b/source/librpc/idl/samr.idl index 5b6fb30ec71..a9bcc49e377 100644 --- a/source/librpc/idl/samr.idl +++ b/source/librpc/idl/samr.idl @@ -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;