From: Stefan Metzmacher Date: Wed, 17 May 2017 13:05:51 +0000 (+0200) Subject: s3:librpc: let NDR_SECRETS depend on NDR_SECURITY X-Git-Tag: tdb-1.3.14~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4260b52a399667bcdbaa375a20952237ff68449c;p=thirdparty%2Fsamba.git s3:librpc: let NDR_SECRETS depend on NDR_SECURITY BUG: https://bugzilla.samba.org/show_bug.cgi?id=12782 Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- 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',