diff options
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r-- | librpc/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build index fbe0223061..1dd755eb30 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -234,7 +234,7 @@ bld.SAMBA_SUBSYSTEM('NDR_LSA', bld.SAMBA_SUBSYSTEM('NDR_SECURITY', source='gen_ndr/ndr_security.c ndr/ndr_sec_helper.c', - deps='ndr security', + deps='ndr samba-security', public_headers='gen_ndr/security.h', header_path='gen_ndr' ) |