summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-05-17 15:05:51 +0200
committerStefan Metzmacher <metze@samba.org>2017-07-13 20:01:26 +0200
commit5687cb0229405117736d8ba93f41f52541cf314a (patch)
tree010eb23befe132bd225958bc67c55a043cb4f635
parent6297a357c42e1e30e4a1e121c4f9657768268a98 (diff)
downloadsamba-5687cb0229405117736d8ba93f41f52541cf314a.tar.gz
s3:librpc: let NDR_SECRETS depend on NDR_SECURITY
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12782 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> (cherry picked from commit 4260b52a399667bcdbaa375a20952237ff68449c)
-rw-r--r--source3/librpc/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/wscript_build b/source3/librpc/wscript_build
index 2445859c1ab..1d8c17b0c7f 100644
--- a/source3/librpc/wscript_build
+++ b/source3/librpc/wscript_build
@@ -27,7 +27,7 @@ bld.SAMBA3_SUBSYSTEM('NDR_LEASES_DB',
bld.SAMBA3_SUBSYSTEM('NDR_SECRETS',
source='gen_ndr/ndr_secrets.c',
- public_deps='ndr'
+ public_deps='ndr NDR_SECURITY'
)
bld.SAMBA3_SUBSYSTEM('NDR_PERFCOUNT',