summaryrefslogtreecommitdiffstats
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-11-19 13:33:06 +0000
committerJeremy Allison <jra@samba.org>2014-12-07 00:12:07 +0100
commit97b2570a5e526273476d3990bcef0ac074b34d67 (patch)
tree7a495f0757d199b4a9f736048bd971160b7bedf4 /source3/wscript_build
parenta25e913cf58c0490755d5a555e2175ae2e74e24e (diff)
downloadsamba-97b2570a5e526273476d3990bcef0ac074b34d67.tar.gz
samba-97b2570a5e526273476d3990bcef0ac074b34d67.tar.xz
samba-97b2570a5e526273476d3990bcef0ac074b34d67.zip
lib: Split out sys_[read|write] & friends
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build7
1 files changed, 6 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 469424d136..787c4e2551 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -253,6 +253,11 @@ bld.SAMBA3_SUBSYSTEM('KRBCLIENT',
source='libads/kerberos.c libads/ads_status.c',
public_deps='krb5samba k5crypto gssapi LIBTSOCKET CLDAP LIBNMB')
+bld.SAMBA3_LIBRARY('sys_rw',
+ source='lib/sys_rw.c',
+ deps='replace',
+ private_library=True)
+
bld.SAMBA3_SUBSYSTEM('samba3util',
source='''lib/system.c
lib/sendfile.c
@@ -264,7 +269,7 @@ bld.SAMBA3_SUBSYSTEM('samba3util',
lib/util_sock.c
lib/util_transfer_file.c
lib/sock_exec.c''',
- deps='ndr samba-security NDR_SECURITY samba-util util_tdb ccan-hash')
+ deps='ndr samba-security NDR_SECURITY samba-util util_tdb ccan-hash sys_rw')
if bld.CONFIG_GET("CTDB_CFLAGS") and bld.CONFIG_GET("CTDB_INCLUDE"):
SAMBA_CLUSTER_SUPPORT_SOURCES='''