summaryrefslogtreecommitdiff
path: root/source4/librpc/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-09-03 12:33:17 +0200
committerStefan Metzmacher <metze@samba.org>2010-09-03 17:00:21 +0200
commit52d4a97afc4b09f860e84f059c419d33bfec18ff (patch)
treed37ad5056b5a4dfdb92f9395545db0137a340345 /source4/librpc/wscript_build
parent5c73c84f291573e835e9286c8b3a0831bc3c7dad (diff)
downloadsamba-52d4a97afc4b09f860e84f059c419d33bfec18ff.tar.gz
samba-52d4a97afc4b09f860e84f059c419d33bfec18ff.tar.bz2
samba-52d4a97afc4b09f860e84f059c419d33bfec18ff.zip
s4:libcli/wbclient: use irpc_binding_handle_by_name()
metze
Diffstat (limited to 'source4/librpc/wscript_build')
-rwxr-xr-xsource4/librpc/wscript_build5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index a48c1ead01..de0fc77060 100755
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -454,6 +454,11 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_IRPC',
public_deps='dcerpc NDR_IRPC'
)
+bld.SAMBA_SUBSYSTEM('RPC_NDR_WINBIND',
+ source='gen_ndr/ndr_winbind_c.c',
+ public_deps='dcerpc NDR_WINBIND'
+ )
+
bld.SAMBA_LIBRARY('dcerpc_samr',
source='../../librpc/gen_ndr/ndr_samr_c.c',