diff options
author | Günther Deschner <gd@samba.org> | 2011-03-15 17:28:51 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-15 21:16:36 +0100 |
commit | 135104649f92536673ed7f06c4fa3a8daafccbad (patch) | |
tree | fc2a28e61fd9d33a075f77601f9c0e435e44bc30 /source4/torture/wscript_build | |
parent | ebe0aa0e9cf8440c85c168e6ce7e8bc755d458a4 (diff) | |
download | samba-135104649f92536673ed7f06c4fa3a8daafccbad.tar.gz samba-135104649f92536673ed7f06c4fa3a8daafccbad.tar.bz2 samba-135104649f92536673ed7f06c4fa3a8daafccbad.zip |
s4-rap: decouple rap client code from torture binary, add new LIBCLI_RAP subsystem.
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 92e0be90db..babe5f19e6 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 NDR_RAP', + deps='TORTURE_UTIL LIBCLI_SMB NDR_RAP LIBCLI_RAP', internal_module=True ) |