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/torture/wscript_build | |
parent | bdfb9a43d33ab0bff84591914566a8dff3f4cb46 (diff) | |
download | samba-2c5b3fc40b4b8e288463a98c9edbcf07f2cfbd73.tar.gz samba-2c5b3fc40b4b8e288463a98c9edbcf07f2cfbd73.tar.xz samba-2c5b3fc40b4b8e288463a98c9edbcf07f2cfbd73.zip |
s4-smbtorture: link in ../../librpc/gen_ndr/ndr_rap.o.
Guenther
Diffstat (limited to 'source4/torture/wscript_build')
-rw-r--r-- | source4/torture/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build index fa69b1da04..220673af2b 100644 --- a/source4/torture/wscript_build +++ b/source4/torture/wscript_build @@ -55,7 +55,7 @@ bld.SAMBA_MODULE('TORTURE_RAP', autoproto='rap/proto.h', subsystem='smbtorture', init_function='torture_rap_init', - deps='TORTURE_UTIL LIBCLI_SMB', + deps='TORTURE_UTIL LIBCLI_SMB NDR_RAP', internal_module=True ) |