diff options
author | Martin Schwenke <martin@meltin.net> | 2016-11-29 12:21:33 +1100 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2016-11-29 07:25:19 +0100 |
commit | de22783f73393f1f6d0f203dad45fb81deb3f117 (patch) | |
tree | 22906f304ffea5c0fb55220bd49056ed1288b4c5 /lib | |
parent | 4ca7d50c872e36df7c05730f6ea0b413740d6ccc (diff) | |
download | samba-de22783f73393f1f6d0f203dad45fb81deb3f117.tar.gz |
lib/util: Make sys_rw available to CTDB
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/util/wscript_build | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build index 9b51f0e4973..0a911a2a84f 100755 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -29,6 +29,12 @@ bld.SAMBA_SUBSYSTEM('close-low-fd', deps='replace', local_include=False) +bld.SAMBA_LIBRARY('sys_rw', + source='sys_rw.c sys_rw_data.c', + deps='replace iov_buf', + local_include=False, + private_library=True) + samba_debug_add_deps = '' samba_debug_add_inc = '' @@ -81,12 +87,6 @@ bld.SAMBA_LIBRARY('msghdr', local_include=False, private_library=True) -bld.SAMBA_LIBRARY('sys_rw', - source='sys_rw.c sys_rw_data.c', - deps='replace iov_buf', - local_include=False, - private_library=True) - if bld.env.SAMBA_UTIL_CORE_ONLY: bld.SAMBA_LIBRARY('tevent-util', |