summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-03-07 12:00:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:26 -0500
commit0350f6f0609bd7463f15a5f8d7249446dffd357b (patch)
tree028d5de234953de539725c899c3757841bc53138 /source4
parent4ac2be99588b48b0652a524bf12fb1aa9c3f5fbb (diff)
downloadsamba-0350f6f0609bd7463f15a5f8d7249446dffd357b.tar.gz
samba-0350f6f0609bd7463f15a5f8d7249446dffd357b.tar.bz2
samba-0350f6f0609bd7463f15a5f8d7249446dffd357b.zip
r13925: fix dependencies
metze (This used to be commit 9dad1fb7bbc387d10c38334e3393dc9f18f4fa2f)
Diffstat (limited to 'source4')
-rw-r--r--source4/librpc/config.mk2
-rw-r--r--source4/librpc/idl/samr.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk
index a827e481f8..f5bcaaba61 100644
--- a/source4/librpc/config.mk
+++ b/source4/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/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl
index 5b6fb30ec7..a9bcc49e37 100644
--- a/source4/librpc/idl/samr.idl
+++ b/source4/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;