diff options
| author | Amitay Isaacs <amitay@gmail.com> | 2014-05-16 01:33:32 +1000 |
|---|---|---|
| committer | Michael Adam <obnox@samba.org> | 2014-06-20 23:38:09 +0200 |
| commit | b72abf493adbae6f7fffa25f334dd6ad446667f6 (patch) | |
| tree | d1f8a535847ed088912f5f2e3aa90e3fbec91d3b /ctdb/lib/socket_wrapper/wscript | |
| parent | 400cb4d031cea3bece77571eab16db7791ce7dd0 (diff) | |
ctdb-build: Remove duplicate socket_wrapper library
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'ctdb/lib/socket_wrapper/wscript')
| -rw-r--r-- | ctdb/lib/socket_wrapper/wscript | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ctdb/lib/socket_wrapper/wscript b/ctdb/lib/socket_wrapper/wscript deleted file mode 100644 index 9da578fb63..0000000000 --- a/ctdb/lib/socket_wrapper/wscript +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env python - -import Options - -def set_options(opt): - gr = opt.option_group('developer options') - gr.add_option('--enable-socket-wrapper', - help=("Turn on socket wrapper library (default=no)"), - action="store_true", dest='enable_socket_wrapper', default=False) - -def configure(conf): - if (Options.options.enable_socket_wrapper or Options.options.developer or Options.options.enable_selftest): - conf.DEFINE('SOCKET_WRAPPER', 1) - conf.ADD_GLOBAL_DEPENDENCY('socket_wrapper') - |
