summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-05-17 15:05:51 +0200
committerStefan Metzmacher <metze@samba.org>2017-06-27 16:57:43 +0200
commit4260b52a399667bcdbaa375a20952237ff68449c (patch)
tree7ab6cbb7c07d0d7e845655fcbbef40e4fcc8f1e9 /source3/librpc
parent969ab12c56cd12dcc0e63e9b662397c1604a0cc0 (diff)
downloadsamba-4260b52a399667bcdbaa375a20952237ff68449c.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>
Diffstat (limited to 'source3/librpc')
-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',