From 2c5b3fc40b4b8e288463a98c9edbcf07f2cfbd73 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 28 Apr 2010 23:08:14 +0200 Subject: s4-smbtorture: link in ../../librpc/gen_ndr/ndr_rap.o. Guenther --- source4/librpc/wscript_build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/librpc/wscript_build') 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', -- cgit