summaryrefslogtreecommitdiff
path: root/source4/libcli/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-09-03 11:13:01 +0200
committerStefan Metzmacher <metze@samba.org>2010-09-03 17:00:19 +0200
commit3c4150522cc85fd5774ca3346ff11f9d481bca7a (patch)
tree253da834f6e58c90b97252a500a5e027c7bb086d /source4/libcli/wscript_build
parentf2422a0faab4443649633d6b378a4357eff194f2 (diff)
downloadsamba-3c4150522cc85fd5774ca3346ff11f9d481bca7a.tar.gz
samba-3c4150522cc85fd5774ca3346ff11f9d481bca7a.tar.bz2
samba-3c4150522cc85fd5774ca3346ff11f9d481bca7a.zip
s4:libcli/finddcs: use irpc_binding_handle_by_name()
metze
Diffstat (limited to 'source4/libcli/wscript_build')
-rw-r--r--source4/libcli/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build
index 82f0253ffc..8a2111dab8 100644
--- a/source4/libcli/wscript_build
+++ b/source4/libcli/wscript_build
@@ -71,7 +71,7 @@ bld.SAMBA_SUBSYSTEM('LP_RESOLVE',
bld.SAMBA_SUBSYSTEM('LIBCLI_FINDDCS',
source='finddcs.c',
autoproto='finddcs.h',
- public_deps='LIBCLI_NBT MESSAGING'
+ public_deps='LIBCLI_NBT MESSAGING RPC_NDR_IRPC'
)