summaryrefslogtreecommitdiff
path: root/source4/librpc/wscript_build
diff options
context:
space:
mode:
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',