diff options
Diffstat (limited to 'source3/librpc/wscript_build')
-rw-r--r-- | source3/librpc/wscript_build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/librpc/wscript_build b/source3/librpc/wscript_build index dfeacf6343..66713ef297 100644 --- a/source3/librpc/wscript_build +++ b/source3/librpc/wscript_build @@ -30,6 +30,11 @@ bld.SAMBA_SUBSYSTEM('NDR_SECRETS', public_deps='LIBNDR' ) +bld.SAMBA_SUBSYSTEM('NDR_PERFCOUNT', + source='gen_ndr/ndr_perfcount.c', + public_deps='LIBNDR' + ) + bld.SAMBA_SUBSYSTEM('NDR_WBINT', source='gen_ndr/ndr_wbint.c', public_deps='LIBNDR' |