s3:librpc: let NDR_SECRETS depend on NDR_SECURITY
authorStefan Metzmacher <metze@samba.org>
Wed, 17 May 2017 13:05:51 +0000 (15:05 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 13 Jul 2017 18:01:26 +0000 (20:01 +0200)
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)

source3/librpc/wscript_build

index 2445859c1ab05c5f932736349cb2d60a2f3e9aa1..1d8c17b0c7f61885a62200fb843e1cfd4f31ea36 100644 (file)
@@ -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',