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/rap/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/rap/wscript_build')
-rw-r--r-- | source4/libcli/rap/wscript_build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source4/libcli/rap/wscript_build b/source4/libcli/rap/wscript_build new file mode 100644 index 0000000000..f764e37548 --- /dev/null +++ b/source4/libcli/rap/wscript_build @@ -0,0 +1,7 @@ +#!/usr/bin/env python + +bld.SAMBA_SUBSYSTEM('LIBCLI_RAP', + source='rap.c', + public_deps='LIBCLI_RAW', + autoproto='proto.h' + ) |