diff options
Diffstat (limited to 'source4/librpc/wscript_build')
-rw-r--r-- | source4/librpc/wscript_build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index f9a5eab185..01449bb3c7 100644 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -263,6 +263,11 @@ bld.SAMBA_SUBSYSTEM('NDR_KEYSVC', public_deps='LIBNDR' ) +bld.SAMBA_SUBSYSTEM('NDR_RAP', + source='../../librpc/gen_ndr/ndr_rap.c', + public_deps='LIBNDR' + ) + bld.SAMBA_SUBSYSTEM('NDR_KRB5PAC', source='../../librpc/ndr/ndr_krb5pac.c ../../librpc/gen_ndr/ndr_krb5pac.c', |