diff options
author | Günther Deschner <gd@samba.org> | 2010-04-28 23:08:14 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-04-28 23:23:38 +0200 |
commit | 2c5b3fc40b4b8e288463a98c9edbcf07f2cfbd73 (patch) | |
tree | 2a2ffcf10c63161825af3899b00bf0b96461cc46 /source4/librpc/wscript_build | |
parent | bdfb9a43d33ab0bff84591914566a8dff3f4cb46 (diff) | |
download | samba-2c5b3fc40b4b8e288463a98c9edbcf07f2cfbd73.tar.gz samba-2c5b3fc40b4b8e288463a98c9edbcf07f2cfbd73.tar.bz2 samba-2c5b3fc40b4b8e288463a98c9edbcf07f2cfbd73.zip |
s4-smbtorture: link in ../../librpc/gen_ndr/ndr_rap.o.
Guenther
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', |