summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/librpc/wscript_build5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/librpc/wscript_build b/source3/librpc/wscript_build
index 907d92f9d5..4414ca27fa 100644
--- a/source3/librpc/wscript_build
+++ b/source3/librpc/wscript_build
@@ -29,3 +29,8 @@ bld.SAMBA_SUBSYSTEM('NDR_WBINT',
source='gen_ndr/ndr_wbint.c',
public_deps='LIBNDR'
)
+
+bld.SAMBA_SUBSYSTEM('RPC_NDR_WBINT',
+ source='../librpc/gen_ndr/ndr_wbint_c.c',
+ public_deps='dcerpc NDR_WBINT'
+ )