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/libcli/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/libcli/wscript_build')
-rw-r--r-- | source4/libcli/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build index f91900d371..fbe13ea8e9 100644 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -91,3 +91,4 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_RAW', ) bld.RECURSE('smb2') +bld.RECURSE('rap') |