summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-09-23 10:02:57 -0700
committerAndrew Bartlett <abartlet@samba.org>2014-09-27 01:35:36 +0200
commita3ecad4237e1c4094263f31204bb8ae06669c951 (patch)
treebb8e6abc2aa9610ad290168b0ccac90abf29265e /librpc/wscript_build
parent1ac96a416d7d6db2476f56129166fd9e018e7306 (diff)
downloadsamba-a3ecad4237e1c4094263f31204bb8ae06669c951.tar.gz
idl: Merge NETR_TRUST and LSA_TRUST definitions into one set only in lsa.idl
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r--librpc/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index 0a60b623202..6f744eb2b34 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -672,7 +672,7 @@ bld.SAMBA_LIBRARY('dcerpc-binding',
bld.SAMBA_SUBSYSTEM('NDR_WINBIND',
source='gen_ndr/ndr_winbind.c',
- public_deps='ndr'
+ public_deps='ndr NDR_LSA'
)
bld.SAMBA_SUBSYSTEM('RPC_NDR_WINBIND',